【发布时间】:2014-01-16 23:17:14
【问题描述】:
我正在使用一个 magento 网站,当我在结帐时填写账单信息并单击继续按钮时。保存计费 ajax 响应给出此错误
<br />
<b>Fatal error</b>: Class 'Mage_Chunit_Helper_Data' not found in <b>/home/boutique/public_html/app/Mage.php</b> on line <b>516</b><br />
所以我无法进入下一步。在系统日志中我可以看到这个
2014-01-16T13:44:48+00:00 ERR (3): Warning: include(Mage/Chunit/Helper/Data.php): failed to open stream: No such file or directory in
/home/boutique/public_html/lib/Varien/Autoload.php on line 93
2014-01-16T13:44:48+00:00 ERR (3): Warning: include(Mage/Chunit/Helper/Data.php): failed to open stream: No such file or directory in
/home/boutique/public_html/lib/Varien/Autoload.php on line 93
2014-01-16T13:44:48+00:00 ERR (3): Warning: include(): Failed opening 'Mage/Chunit/Helper/Data.php' for inclusion (include_path='/home/boutique/public_html/app/code/local:/home/boutique/public_html/app/code/
community:/home/boutique/public_html/app/code/core:/home/boutique/public_html/lib:.:/usr/lib/php:/usr/local/lib/php') in /home/boutique/public_html/lib/Varien/Autoload.php on line 93
我禁用了管理员的所有扩展并检查但没有运气,任何人都知道如何找到解决此问题的方法 谢谢你
【问题讨论】:
-
在您的代码中查找类似 @987654323@ 的内容,看看您是否在主题模板或块中找到它
-
感谢您的 .phtml 文件
标签: php magento magento-1.6