Wordpress plugin install: Could not create directory

前端 未结 16 1379
[愿得一人]
[愿得一人] 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 02:11

    You only need to change the access permissions for your WordPress Directory:

    chown -R www-data:www-data your-wordpress-directory
    

提交回复
热议问题