找不到magento模型文件/错误包含

时间:2013-01-31 17:50:14

标签: php magento autoloader

我试图在我们的magento商店添加一个模块(它被称为paypal支付费用),但是一旦安装它就会在每个商店网站上产生错误。

Warning: include(FlyWebdesign_PaypalFee_Model_Sales_Quote_Address_Total_Paymentcharge.php) [function.include]: failed to open stream: No such file or directory  in /var/www/magento/includes/src/Varien_Autoload.php on line 93

似乎自动加载器正在尝试使用下划线而不是斜线来包含文件,但是在文档中它表示自动加载器会自动将下划线替换为斜线,所以我不明白是什么导致了错误。

提前致谢

塞缪尔

1 个答案:

答案 0 :(得分:1)

您的商店可能已启用编译功能。安装新模块时,必须重新编译代码,否则会发生此类错误。

尝试禁用编译,重新安装模块并再次启用编译。