Reputation: 690
There is a site where I get this type of error
Error creating the folder wp-content/uploads/noisy. Please create it manually and set the permission to 777 through your FTP client.
In ftp part I changed the file permissions to 777 but error is still running.
Also I delete this folder but anyway I get this error.
Upvotes: 1
Views: 76
Reputation: 690
I have solved in at least.
I have added this line to config.php define('UPLOADS', '/wp-content/uploads');
All is fine!
Upvotes: 1
Reputation: 1337
Please try the following:
Go to Settings->Media
and unchecked the box that says "Organize my uploads into month- and year-based folders". This solves your problem.
Upvotes: 0