Question
Wrodpress Could not remove the old plugin Issues
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.
×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.
×
chown -R apache:apache /var/www/wordpress/
Hi,
Suggestion from Wordpress Cub worked for me..
http://www.wpcub.com/solved-remove-old-plugin-wordpress-error/
I am using Ubuntu 16.04, and I have my blog at /var/www/html/blog. I have also run into this issue. Previously, I had it under www-data:www-data ownership, with directory=0755 and file=0644, but I was not able to update or create new directories via the web interface. So I had to go back to 7777, and then I tried doing an update on a few plug-ins, like page builder, but it said failed to remove the old plugin. The update has completed successfully. I’m not sure what could be causing this problem.