Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found

Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found

当我尝试登录时,管理页面出现错误,它工作正常,我想知道您是否可以帮助找出可能导致错误的原因以及如何修复它。错误是:

致命错误:Class 'Magpleasure_Filesystem_Helper_Data' 未在第 546 行 /home/site/public_html/app/Mage.php 中找到

管理页面只显示 header 和错误行代码,搜索框但搜索框也没有给出任何结果。不过店家前台工作正常,前台没问题。请帮忙,谢谢

此致,

珍妮

这看起来像是安装了一个扩展,但还没有完全安装。该错误是因为 Magento 正在尝试查找文件 Magpleasure_Filesystem_Helper_Data,我猜该文件将位于本地代码库或社区 app/code/local/Magpleasure/Filesystem/Helper/Data.php 下,但该文件不存在。

我建议通过 magento connect 或在本地重新安装扩展并部署到您的系统,如果您仍然遇到问题,直接联系开发人员可能是最好的选择。

99% 的人认为您被黑了,并且您没有应用 magento 几周前发布的两个补丁...

我 1 天前在我的客户端看到了这个问题,他们也没有应用补丁。 还要检查:https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help

我也遇到过。没有安装安全补丁。

按照 post 中的步骤进行操作:

https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help

Remove all files: app/code/community/Magpleasure/Filesystem/
Clear your cache, login should be possible now.
Check for new "Admin Users"
Patch your System with SUPEE-5344!

这再次发生在我的网站上,即使在删除了 magepleasure 文件,然后安装了 2 个安全补丁之后也是如此。

我按照我第一次解决这个问题的方式查看了上面提到的社区和本地文件夹。这次有一个叫Ma2.

我把两个地方的文件都删了,服务器上的缓存文件夹内容也删了。然后我能够再次获得后端。还有一个未授权用户,删了。

不过还有一个问题。有人知道在哪里可以完全删除问题吗?

这是编译器错误编辑 index.php,只是注释掉以下行

  1. $compilerConfig = MAGENTO_ROOT 。 '/includes/config.php';如果 (file_exists($compilerConfig)) { 包括 $compilerConfig; }

现在会修复..