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


magento model file not found / incorrectly included

我正在尝试将一个模块(称为PayPal付款费)添加到我们的magento商店,但是一旦安装它,它就会在每个商店网站上产生错误。

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
似乎自动加载器

正在尝试包含带有下划线而不是斜杠的文件,但是在文档中它说自动加载器会自动将下划线替换为斜杠,所以我不明白是什么导致了错误。

提前致谢

塞缪尔

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

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