WordPress plugin install: Could not create directory

3.23K viewsWordpress
0

update failed could not create directory. wordpress ubuntu

Please give me the solution.

 

 

 

Manohar Changed status to publish July 25, 2019
Add a Comment
2

To solve permission issue on ubuntu server, you please run below command in Putty

sudo chmod 777 -R ‘wordpress file location’

For Example : Your WordPress file location – /opt/bitnami/apps/wordpress/htdocs

sudo chmod 777 -R  /opt/bitnami/apps/wordpress/htdocs

 

Try this ,i hope i will work.

Manohar Changed status to publish July 25, 2019
Add a Comment
Write your answer.