所以..我通过群发动作一次性停用整页插件,我的网站崩溃了。主页没有主题,管理/登录页面重定向次数太多而且没有响应。
我停用的插件中包含了wordfence和其他一些安全插件。我担心通过停用整个页面我可能已经淘汰了某种依赖性。任何想法都会非常感激。
htaccess的:
SELECT a.ad_id,
a.cus_id,
a.ad_name,
a.category,
a.subcategory,
a.subcat,
b.product
FROM `advt` a
INNER JOIN `category` b ON a.category = b.cat_id
WP_DEBUG说明:
# 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
是
[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