我正在努力解决一个问题 - 致命错误:类
未找到Magentothem_Sale_Helper_Data' 第547行/home/project/public_html/app/Mage.php
以下是config.xml
<config>
<modules>
<Magentothem_Sale>
<version>0.1.0</version>
</Magentothem_Sale>
</modules>
<frontend>
<routers>
<sale>
<use>standard</use>
<args>
<module>Magentothem_Sale</module>
<frontName>sale</frontName>
</args>
</sale>
</routers>
<layout>
<updates>
<sale>
<file>sale.xml</file>
</sale>
</updates>
</layout>
</frontend>
<global>
<helpers>
<sale>
<class>Magentothem_Sale_Helper</class>
</sale>
</helpers>
</global>
</config>
以下是Helper/Data.php
: -
class Magentothem_Sale_Helper_Data extends Mage_Core_Helper_Abstract
{
}
获取错误 - Fatal error: Class 'Magentothem_Sale_Helper_Data' not found
。无法理解我在哪里做错了。
请帮忙。
答案 0 :(得分:1)
首先,您需要检查compiler is enable or not
。
如果是,那么您需要to Disable and again enable the compiler
才能放置Data.php at compiler location
。
您还需要检查文件权限。