Report this

What is the reason for this report?

File could not be moved - WordPress

Posted on January 27, 2015

Hello,

I’m having problems to set permissions to WordPress’ upload path. I always get this message: “Uploaded file could not be moved to wp-content/uploads”.

Nginx and php-fpm are running under www-data user. Here is my ls -la output from /var/www/html folder:

drwxrwxr-x 8 www-data www-data 4096 Nov 20 14:25 . drwxrwxr-x 5 www-data www-data 4096 Jan 26 20:41 … -rwxrwxr-x 1 www-data www-data 28 Jan 8 2012 index.php drwxrwxr-x 4 www-data www-data 4096 Aug 6 16:16 languages drwxrwxr-x 7 www-data www-data 4096 Jan 18 13:40 plugins drwxrwxr-x 7 www-data www-data 4096 Jan 18 13:40 themes drwxrwxr-x 2 www-data www-data 4096 Nov 20 14:25 upgrade drwxrwxr-x 5 www-data www-data 4096 Jan 1 23:57 uploads

What possibiliy can be wrong?

Thanks, Vinícius



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @sierracircle:

Hmm…Are you sure your website is located in /var/www/html

Could it be in another location, even /var/www

You could try this to be sure:

sudo chown -R www-data:www-data /var/www/
sudo chmod -R 774 /var/www/

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.