Unable to create directory /wp-content/uploads/2009/09. Is its parent directory writable by the server? - wordpress error
Solutions:
1. Change the directory permission to 777. Apply this to its subdirectories or files so that it will become editable or writable.
2. In Media, check if its "Store uploads in this folder" is “wp-content/uploads“.
3.Also try to add define(‘UPLOADS’, ‘wp-content/new_folder’); after require_once(ABSPATH.’wp-settings.php’); in your wp-config.php file.
No comments:
Post a Comment