By btravs
I’m trying to add a new Wordpress child theme file and directory and seem to be running into some permission issues.
Using the DigitalOcean FTP Guide, I was able to add the new child theme file (inside a directory, to mirror the parent theme). However, I’m not able to edit that file inside the Wordpress dashboard, and it gives me the following error:
You need to make this file writable before you can save your changes.
Looking at the directory, it appears that this new directory has both user and group permissions set to root, while all other files and directories are set to www-data.
I tried to set permissions based on this post using the following commands:
chown -R www-data:www-data /var/www/
chmod -R 766 /var/www/
However, I received the following errors:
Invalid flag -R
and when that character was removed:
You must supply a numeric argument to the chown command.
I also tried using sudo, but received the following response:
Invalid command.
Would love any help!
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!
This may have been related to my recent Mac OS update or my lack of familiarity with the terminal.
I quit bash, did a quick computer restart, and now it appears that everything is working as expected.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.