开发者

Fatal error in magento v 1.5

开发者 https://www.devze.com 2023-03-23 10:01 出处:网络
I have installed the follow up email extension in my magento V1.5.. After installed admin panel which is display like this:

I have installed the follow up email extension in my magento V1.5.. After installed admin panel which is display like this:

Fatal error: Class 'Mage_Followupemail_Helper_Data' not found in /home/shared/nftn/app/Mage.php on line 520

$registryKey = '_helper/' . $name;
if (!self::registry($registryKey)) {
        $helperClass =开发者_高级运维 self::getConfig()->getHelperClassName($name);
        self::register($registryKey, new $helperClass);
}

I don't know how to remove that error. Can any one tell me????


Looks like the error is caused by the Followup Email extension. If you remove all it's files, the error has to be gone.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号