Wordpress plugin install: Could not create directory

前端 未结 16 1375
[愿得一人]
[愿得一人] 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-01 02:11

    What I end up doing is every time I create a WordPress project. in /www/html

    I run below command

    sudo chown www-data:www-data  wordpress_folder_name -R
    

    hope this will help someone.

提交回复
热议问题