Home  >  Article  >  Backend Development  >  magento的有关问题

magento的有关问题

WBOY
WBOYOriginal
2016-06-13 13:16:031065browse

magento的问题
fatal error: Class 'Rewardpoints_Helper_Data' not found in /home/mixmind/demo-sites/mshop/app/Mage.php on line 520
我的Magento一添加插件就会出问题,是什么原因!

------解决方案--------------------
Class 'Rewardpoints_Helper_Data' not found 类不存在,是不是自动加载程序不能正确加载,具体原因得自己查。
------解决方案--------------------
Rewardpoints_Helper_Data类不存在,添加插件的时候,有没有包含所有的库文件?库的路径是否正确?
------解决方案--------------------
你安装的extension key是多少?
我试一下!
以前安装过,没问题!
如果有问题,就到community/helper中看一看有没有HELPER类定义,如果有定义,再看看config.xml中定义的HELPER的类定义的类名是否正确

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn