不能创建目录

Update Failed: Could not create directory.
将wordpress下的三个目录加权限:
wp-admin、wp-content、wp-includes
用命令:chmod -R o+w wp-admin

不能Copy文件

Installation failed: Could not copy file.
用命令vim /etc/nginx/nginx.conf查看配置的web用户,第一行就是。
修改wordpress的属性组和拥有者:

chown -R nginx.nginx wordpress

Wordpress下载插件和更新时出现的错误
修改后:
Wordpress下载插件和更新时出现的错误
Wordpress下载插件和更新时出现的错误

相关文章:

  • 2021-05-22
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-08-15
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2021-04-19
  • 2021-11-18
  • 2021-08-08
  • 2022-01-08
  • 2021-07-11
相关资源
相似解决方案