How to fix could not create directory error in Wordpress

December 04, 2023

 




Got below error when I try to install WordPress local installation on Ubuntu.

Installation failed: Could not create directory.


I fixed the error by using the command.

sudo chown -R www-data:www-data /home/myt/www/wordpress/wp-content/plugins/
sudo chmod 755 /home/myt/www/wordpress/wp-content
sudo chown -R www-data:www-data /home/myt/www/wordpress/wp-content/

No comments:

Powered by Blogger.