所以..我通过群发动作一次性停用了整页插件,我的网站崩溃了 . 主页没有主题,管理/登录页面重定向次数太多而且没有响应 .

我停用的插件包括wordfence和一些其他安全插件 . 我担心通过停用整个页面我可能已经淘汰了某种依赖性 . 任何想法都将非常感激 .

的.htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

WP_DEBUG说明:

[05-Jan-2018 05:58:36 UTC] PHP Notice:  Trying to get property of non-object in /var/www/html/wp-content/plugins/mp-toolkit/widgets-attr/index.php

是的

$widget_obj       = $wp_registered_widgets[ $widget_id ];