Answers for "wordpress Unpacking the update… Could not create directory. Installation failed."

0

Installation failed: Could not create directory. wordpress

sudo chown -R www-data:www-data wp-content/plugins/
sudo chmod 775 wp-content

sudo chown -R www-data:www-data wp-content/
Posted by: Guest on July-26-2021
0

unpacking the package... could not create directory. wordpress

sudo find /var/www/wordpress/ -type d -exec chmod 755 {} \;
    sudo find /var/www/wordpress/ -type f -exec chmod 644 {} \;
Posted by: Guest on July-16-2020

Code answers related to "wordpress Unpacking the update… Could not create directory. Installation failed."

Browse Popular Code Answers by Language