admin管理员组文章数量:1290096
I'm having trouble updating or deleting anything from the plugins folder of my Wordpress install. I've tried manually deleting the plugins via FTP, but get an error message that way. I also get an error via SSH, saying I don't have permission for those files.
The plugins folder is owned and in the group www-data. Everything else is owned by the username bitnami. I'm hosted on Amazon Lightsail.
How can I change the folder ownership of /Plugins/ to bitnami so that I can edit the contents?
I'm having trouble updating or deleting anything from the plugins folder of my Wordpress install. I've tried manually deleting the plugins via FTP, but get an error message that way. I also get an error via SSH, saying I don't have permission for those files.
The plugins folder is owned and in the group www-data. Everything else is owned by the username bitnami. I'm hosted on Amazon Lightsail.
How can I change the folder ownership of /Plugins/ to bitnami so that I can edit the contents?
Share Improve this question asked Jul 30, 2021 at 18:20 pbnpbn 132 bronze badges 1- Please note that questions which occur in the context of WordPress but which aren't actually about WordPress are considered off-topic here. But I'm glad you seem to have found a solution :) – bosco Commented Aug 1, 2021 at 22:44
1 Answer
Reset to default 0I would check to see how your WordPress install is managed. Bitnami is a package manager, which means it probably manages updates and adding/removing plugins directly.
Another solution might be running this via SSH:
sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs
sudo chmod -R g+w /opt/bitnami/apps/wordpress/htdocs
sudo chmod 640 /opt/bitnami/apps/wordpress/htdocs/wp-config.php
This was a solution on a Bitnami Forum.
本文标签: Can39t Update or Delete Plugins From Wordpress
版权声明:本文标题:Can't Update or Delete Plugins From Wordpress 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741412030a2377291.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论