By eliseoallen
I have been struggling to get the updates working in Wordpress. I have a Wordpress install from rocketthemes.com and I unpacked it and it is working great. But when I go to update after following this tutorial https://www.digitalocean.com/community/tutorials/how-to-configure-secure-updates-and-installations-in-wordpress-on-ubuntu I cannot update or add new themes. I have went through all the comments and the tutorial several times and I am stumped. I used the same custom port that I set up in the beginning. I am using the LAMP set-up and have my root files at /var/www/html. If anyone can help, let me know what more info I can provide to help you assess the problem. Thanks to anyone who can 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!
Hi!
The first thing I would check is that both your WordPress user and the www-data group are able to access the uploads folder. Run:
sudo chown -R wp-user:www-data /var/www/html/wp-content/uploads
If that doesn’t resolve the issue, check for any error messages in your Apache logs right after trying to install a theme. Run:
tail /var/log/apache2/error.log
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.