Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/279.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/laravel/10.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 admin删除插件_Php_Wordpress - Fatal编程技术网

Php 通过WordPress admin删除插件

Php 通过WordPress admin删除插件,php,wordpress,Php,Wordpress,今天我想在WP中删除我的管理仪表板上的一些垃圾邮件用户,并搜索他们,但出现了一个空白屏幕。然后,我关闭了define'WP_DEBUG',false为TRUE。然后我尝试删除一些插件和cgot白屏,fia FTP也这么做了,但它们仍然显示在WP插件列表中。基本上我得到了很多的白色屏幕,我不知道如何修复它。有什么想法吗?以下是我在启用调试时遇到的问题: 严格的标准:在第69行的/home/mutantsp/public_html/wp content/plugins/flexo archives

今天我想在WP中删除我的管理仪表板上的一些垃圾邮件用户,并搜索他们,但出现了一个空白屏幕。然后,我关闭了define'WP_DEBUG',false为TRUE。然后我尝试删除一些插件和cgot白屏,fia FTP也这么做了,但它们仍然显示在WP插件列表中。基本上我得到了很多的白色屏幕,我不知道如何修复它。有什么想法吗?以下是我在启用调试时遇到的问题:

严格的标准:在第69行的/home/mutantsp/public_html/wp content/plugins/flexo archives widget/flexo_archives_widget.php中重新定义已经定义的FlexoArchives类构造函数

不推荐:在第801行的/home/mutantsp/public_html/wp content/plugins/flexo archives widget/flexo_archives_widget.php中,通过引用分配new的返回值是不推荐的

注意:未定义的属性:FlexoArchives::$OPT_YRCOUNT_STANDALONE in/home/mutantsp/public_html/wp content/plugins/flexo archives widget/flexo_archives_widget.php第111行

注意:未定义的属性:FlexoArchives::$OPT_YRCOUNT in/home/mutantsp/public_html/wp content/plugins/flexo archives widget/flexo_archives_widget.php,第112行

注意:未定义的属性:FlexoArchives::$OPT_YRCOUNT_STANDALONE in/home/mutantsp/public_html/wp content/plugins/flexo archives widget/flexo_archives_widget.php,第124行

注意:register\u uninstall\u hook的调用不正确。卸载挂钩中只能使用静态类方法或函数。有关更多信息,请参阅WordPress中的调试。此消息是在版本3.1中添加的。在第3547行的/home/muntatsp/public_html/wp includes/functions.php中

注意:wp_enqueue_样式的调用不正确。在wp\u enqueue\u脚本、admin\u enqueue\u脚本或login\u enqueue\u脚本挂钩之前,不应注册或排队脚本和样式。有关更多信息,请参阅WordPress中的调试。此消息是在版本3.3中添加的。在第3547行的/home/muntatsp/public_html/wp includes/functions.php中

注意:调用load_plugin_textdomain时使用的参数自2.7版以来已被弃用,没有可用的替代参数。在第3497行的/home/muntatsp/public_html/wp includes/functions.php中

严格标准:APP_User_Profile::get_id的声明应与第48行/home/mutantsp/public_html/wp content/themes/classipress/framework/kernel/Page-edit-Profile.php中的APP_Page_Template::get_id$Template兼容

严格标准:非静态方法APP_Updater::init不应在第74行的/home/mutantsp/public_html/wp content/themes/classipress/framework/admin/Updater.php中静态调用

严格的标准:在/home/mutantsp/public\u html/wp content/themes/classipress/includes/theme-functions.php的第1770行,cp\u categorhydropdown::start\u el的声明应与Walker::start\u el&$output、$object、$depth=0、$args=Array、$current\u object\u id=0兼容

注意:调用has_cap时使用的参数自2.0版以来已被弃用!不推荐使用插件和主题的用户级别。改用角色和功能。在第3495行的/home/muntatsp/public_html/wp includes/functions.php中

严格标准:call_user_func_数组要求参数1为有效回调,非静态方法APP_Updater::exclude_主题不应在第213行的/home/mutantsp/public_html/wp includes/plugin.php中静态调用

严格标准:call_user_func_数组要求参数1为有效回调,非静态方法APP_Updater::check_updates不应在第213行的/home/mutantsp/public_html/wp includes/plugin.php中静态调用 跳到主要内容

严格标准:call_user_func_数组要求参数1为有效回调,非静态方法APP_Updater::display_warning不应在第496行的/home/mutantsp/public_html/wp includes/plugin.php中静态调用

您不需要为true来定义'WP_DEBUG',false;它只是为了开发人员的调试目的

然后,我尝试删除一些插件,并得到了白色屏幕,所以这样做了 通过FTP

因为激活的插件是在数据库中存储的,当wordpress试图定位该插件并生成错误时。您应该通过管理员部分删除该插件

这就是如何在数据库中找到激活的插件

SELECT * FROM `wp_options` WHERE `option_name` like '%active_plugins%'
对于用户,请确保取消选中“设置”>“常规设置”中的“成员资格”选项


另外,请确保您使用的是最新的WordPress版本。

您好,Jogesh\p谢谢您的帮助-flexo archive插件现在不存在了,但我仍然存在其他错误,昨晚我在auto update+中更新了语言,这可能会导致问题,但我发现以下评论:严格标准:call\u user\u func\u数组希望参数1是有效的回调,不应调用非静态方法GoogleSitemapGeneratorLoader::Enable 静态地在第403行的/wp includes/plugin.php中尝试以下操作:1。打开文件/wp content/plugins/google sitemap generator/sitemap.php 2。查找行:函数启用{3。将此行替换为:公共静态函数启用{