Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/245.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Wordpress许可问题_Php_Wordpress - Fatal编程技术网

Php Wordpress许可问题

Php Wordpress许可问题,php,wordpress,Php,Wordpress,我遇到了一个奇怪的问题,阻止我自动更新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 admi

我遇到了一个奇怪的问题,阻止我自动更新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
及其附带的所有文件夹。我以前从来没有遇到过这个问题。有人知道该怎么办吗?

嗯,我以前从来没有遇到过这个问题。但是在深入研究了
wp config.php
之后,我发现了这两个方面:

define('DISALLOW\u FILE\u EDIT',true)
define('DISALLOW\u FILE\u MODS',true)

我所做的只是将真变假,一切正常