【问题标题】:Wordpress crashes when I click add a new plugin after uninstalling a plugin卸载插件后单击添加新插件时,Wordpress 崩溃
【发布时间】:2014-06-23 03:05:35
【问题描述】:

我最近卸载了插件SEO Facebook Comments

从那时起,当我点击添加新插件时出现此错误,

Warning: require_once(D:\Dropbox\htdocs\bcu/wp-admin/includes/class-wp-plugin-install-list-table.php): failed to open stream: No such file or directory in D:\Dropbox\htdocs\bcu\wp-admin\includes\list-table.php on line 42

Fatal error: require_once(): Failed opening required 'D:\Dropbox\htdocs\bcu/wp-admin/includes/class-wp-plugin-install-list-table.php' (include_path='D:\Dropbox\htdocs\bcu\wp-content\plugins\google-analyticator\google-api-php-client\src;.;D:\xampp\php\PEAR') in D:\Dropbox\htdocs\bcu\wp-admin\includes\list-table.php on line 42

我已经在谷歌和这个网站上寻找过这个错误,虽然我似乎找不到其他人有这个错误?

谁能帮我解决这个问题?

我知道这可能是一个明确的 PHP 错误,但我不太确定如何修复它,

【问题讨论】:

    标签: php wordpress


    【解决方案1】:

    错误出现在您安装的另一个插件中。

    第二行显示实际的崩溃

    Fatal error: require_once(): Failed opening required 'D:\Dropbox\htdocs\bcu/wp-admin/includes/class-wp-plugin-install-list-table.php' (include_path='D:\Dropbox\htdocs\bcu\wp-content\plugins\google-analyticator\google-api-php-client\src;.;D:\xampp\php\PEAR') in D:\Dropbox\htdocs\bcu\wp-admin\includes\list-table.php on line 42
    

    插件名为google analyticator,通过外观获取数据存在问题。

    尝试停用插件,然后查看是否可以添加插件。

    如果是这个问题,请尝试卸载插件,下载最新版本,然后安装。如果该插件仍然存在问题,那么您必须将其报告给创建者并寻找替代方案。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-03-20
      • 1970-01-01
      • 1970-01-01
      • 2014-11-16
      • 2022-06-10
      相关资源
      最近更新 更多