Magento:致命错误:上课?

时间:2013-08-08 18:58:36

标签: php magento e-commerce

我将此模块安装到magento:

http://www.magentocommerce.com/magento-connect/addshoppers-viral-product-sharing-2577.html

现在我的网站出现问题:

Fatal error: Class 'Clearcode_Addshoppers_Model_Mysql4_Setup' not found in /data/web/virtuals/49508/virtual/www/includes/src/Mage_Core_Model_Resource_Setup.php on line 234
你能帮帮我吗? 非常非常感谢你!

3 个答案:

答案 0 :(得分:0)

app/code/<local or community>/Clearcode/Addshoppers/Model/Mysql4/Setup.php是否存在?如果没有,你就错过了那个文件。如果没有,那么请尝试查看该文件,看看类名是Clearcode_Addshoppers_Model_Mysql4_Setup而不是其他。

答案 1 :(得分:0)

路径

includes/src

表示magento正在编译文件目录中查找类。 尝试运行

php shell/compiler.php compile

再试一次。

答案 2 :(得分:0)

似乎您已启用编译器但无法找到(展平的)文件。

所以要么禁用编译器:

php shell / compiler.php禁用 或运行编译,以便它为您生成文件:

php shell / compiler.php compile