Report this

What is the reason for this report?

wordpress duplicator does not have write access

Posted on April 28, 2016

I am trying to migrate my wp site from local to my digital ocean account using the wp plugin duplicator.

I get an error message when I run the duplicator installer that says that my folder Path: /var/www/html/foldername is not writable by php.

How can I set the required permissions?

When I click the folder in filezilla, the permissions are set to 755



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.

if on CentOS/Fedora: chown apache:apache /var/www/html/ -R

if on Ubuntu/Debian: chown www-data:www-data /var/www/html -R

I’m on ubutu and tried the suggested command.

Unfortunately I got an error message:

chown: changing ownership of '/var/www/html/apply': Operation not permitted
sudo chown -R www-data:www-data /var/www

its worked for me

may be run this code also

sudo chmod -R g+rw /var/www

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.