【问题标题】:magento checkout billing save returns errormagento结帐计费保存返回错误
【发布时间】: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


【解决方案1】:

问题是您已禁用所有扩展程序。您的代码要求来自 Chunit 扩展的助手,由于该模块很可能已禁用,因此无法找到该助手。

您可以尝试启用您的模块,并检查您是否有一个 Chunit 帮助文件

app/code/[community/local]/[Companyname]/Chunit/Helper/Data.php

【讨论】:

  • 我发现了,我注释掉了代码,问题解决了,谢谢
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-02-06
  • 1970-01-01
  • 1970-01-01
  • 2010-12-02
  • 2017-07-12
相关资源
最近更新 更多