我正在使用亚马逊网络服务器,并且在更新任何插件时出现“更新失败:无法复制文件”错误
我也将/ opt / bitnami / apps / wordpress / htdocs设置为777,并将/ opt / bitnami / apps / wordpress / htdocs / wp-content也设置为777,但插件仍未更新。
答案 0 :(得分:0)
我找到了解决方案 在这里
sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs
sudo find /opt/bitnami/apps/wordpress/htdocs -type f -exec chmod 664 {} \;
sudo chmod 640 /opt/bitnami/apps/wordpress/htdocs/wp-config.php
sudo find /opt/bitnami/apps/wordpress/htdocs -type d -exec chmod 775 {} \;
之后,请重新启动服务并尝试再次更新插件
sudo /opt/bitnami/ctlscript.sh restart