Wordpress plugin install: Could not create directory

前端 未结 16 1371
[愿得一人]
[愿得一人] 2021-02-01 01:38

I\'m using WordPress on centos 6.

I try to install a plugin. But I got this error:

Installing Plugin: bbPress 2.5.9 Downloading install package

16条回答
  •  孤城傲影
    2021-02-01 01:54

    To solve permission issue on ubuntu server, you just run this

    sudo chmod 777 -R 'wordpress wp-content file location' 
    

    for example.

    sudo chmod 777 -R /usr/share/wordpress/wp-content
    

提交回复
热议问题