An automated WordPress update has failed to complete?
This is usually due to inconsistent file permissions.
Here are the commands to set right the error.
sudo find /var/www/html/wordpress -type d -exec chmod 775 {} \; sudo find /var/www/html/wordpress -type f -exec chmod 664 {} \;
Leave a Reply