我有一个奇怪的问题阻止我自动更新wordpress并从管理面板安装新的插件。
例如,我在顶部收到一条通知:
Sorry, but you do not have the correct permissions to update the Contact Form 7 plugin. Contact the administrator of this site for help on getting the plugin updated.
Please contact the administrator of this site for help.
我已将wp-content
的权限设置为755
及其所有文件夹。我之前从未遇到过这个问题。任何人都知道该怎么做?
答案 0 :(得分:1)
好吧,我以前从未遇到过这个问题。但在深入研究wp-config.php
后,我发现了两者:
define('DISALLOW_FILE_EDIT', true);
define('DISALLOW_FILE_MODS',true);
我所做的只是改变为假,一切正常。