简体   繁体   English

管理面板中magento助手数据中的致命错误

[英]Admin panel fatal error in helper data in magento

In Magento, when I'm uninstalling an automated remainder extension, it did not uninstall. 在Magento中,当我卸载自动剩余扩展时,它没有卸载。 I delete maintenance.log file in my site and when i return to Admin panel it shows the Fatal error: 我删除了站点中的maintenance.log文件,当我返回到管理面板时,它显示致命错误:

Class 'HZ_Reminder_Helper_Data' not found. 找不到类“ HZ_Reminder_Helper_Data”。

I did not change the code. 我没有更改代码。 How to solve this error? 如何解决这个错误?

在此处输入图片说明

This is how easy we can uninstall module without Magento connect manager. 这就是我们无需Magento Connect Manager即可轻松卸载模块的方法。 This method might be useful if we are unable to delete some module through Magento web interface for some reason. 如果由于某种原因我们无法通过Magento Web界面删除某些模块,则此方法可能很有用。

First you go to app/etc/modules/ directory. 首先,您进入app/etc/modules/目录。 If you will check this directory you will find HZ_Reminder.xml If there is file remove or disable it. 如果您将检查此目录,则将找到HZ_Reminder.xml如果有文件,请删除或禁用它。

Then remove the following directory manually app/code/community/HZ/Reminder 然后手动删除以下目录app / code / community / HZ / Reminder

app/design/adminhtml/default/default/layout/reminder.xml app/design/frontend/base/default/template/reminder/reminder.phtml app/locale/en_US/template/email/reminder/subscriber_reminder.html app/design/adminhtml/default/default/layout/reminder.xml app/design/frontend/base/default/template/reminder/reminder.phtml app/locale/en_US/template/email/reminder/subscriber_reminder.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Magento致命错误:找不到类'Mage_Order_Helper_Data' - Magento Fatal error: Class 'Mage_Order_Helper_Data' not found magento管理控制台登录错误 - Error in magento admin panel login 致命错误帮助程序类Magento 1.9 - Fatal error helper class Magento 1.9 Magento 1.1 EE-致命错误:类'Mage_MyPlugin_Helper_Data' - Magento 1.1 EE - Fatal error: Class 'Mage_MyPlugin_Helper_Data' 为什么 Magento 站点的前端没有加载? - 致命错误:未找到“Mage__Helper_Data”类 - Why is frontend of Magento site not loading up? - Fatal error: Class ‘Mage__Helper_Data’ not found Magento致命错误:在第546行的... /app/Mage.php中找不到类'Mage_Wsalogger_Helper_Data' - Magento Fatal error: Class 'Mage_Wsalogger_Helper_Data' not found in … /app/Mage.php on line 546 Magento:致命错误:在第546行的/ app / Mage.php中找不到类'Mage_Giftcards_Helper_Data' - Magento : Fatal error: Class 'Mage_Giftcards_Helper_Data' not found in …/app/Mage.php on line 546 Magento 1.7致命错误:在Mage.php中找不到类'Mage_Profile_Helper_Data' - Magento 1.7 Fatal Error: Class 'Mage_Profile_Helper_Data' not found in Mage.php 在管理面板中找不到Magento类错误 - Magento class not found error in admin panel 登录 Magento 时出错 2:开源管理面板 - Error Logging Into Magento 2: Open Source admin panel
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM