Fatal error: Class 'Magentothem_Sale_Helper_Data' not found in /home/project/public_html/app/Mage.php on line 547
Fatal error: Class 'Magentothem_Sale_Helper_Data' not found in /home/project/public_html/app/Mage.php on line 547
我正在努力解决一个问题,例如 - 致命错误:Class
Magentothem_Sale_Helper_Data' not found in
/home/project/public_html/app/Mage.php on line 547
这里是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
。无法理解我哪里做错了。
请帮忙。
首先你需要检查 compiler is enable or not
.
如果是,那么您需要 to Disable and again enable the compiler
来放置 Data.php at compiler location
.
您还需要检查文件权限。
我正在努力解决一个问题,例如 - 致命错误:Class
Magentothem_Sale_Helper_Data' not found in /home/project/public_html/app/Mage.php on line 547
这里是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
。无法理解我哪里做错了。
请帮忙。
首先你需要检查 compiler is enable or not
.
如果是,那么您需要 to Disable and again enable the compiler
来放置 Data.php at compiler location
.
您还需要检查文件权限。