doumie6223 2013-10-09 09:01
浏览 41
已采纳

Magento - 登录仪表板后出现致命错误 - 自定义扩展

After adding the following code to the config.xml of my custom extension:

<global>
    <helpers>
    <partnersystemhelper>
    <class>Pinto_PartnerSystem_Helper</class>
    </partnersystemhelper>
    </helpers>
</global>

And creating the following class in Helper/Data.php :

class Pinto_PartnerSystem_Helper_Data extends Mage_Core_Helper_Abstract
{
    // functions
}

Every time I log in to the admin I get the following error:

Fatal error: Class 'Mage_Partnersystemhelper1_Helper_Data' not found in /home/users/inoxvftp/inoxtaps.eu/webshop/app/Mage.php on line 546

I have tried deleting the cache in var/cache and when I looked at includes/config.php the two lines for the compiler where already commented out.

I can't see any tabs in the navigation or the dashboard anymore because of the error.

Help please?

  • 写回答

2条回答 默认 最新

  • dtt3399 2013-10-09 09:06
    关注

    There is a line in your code like this Mage::helper('partnersystemhelper1'), or $this->helper('partnersystemhelper1'). Or there is a piece of xml that has this attribute: module="partnersystemhelper1".
    Search for that in your code and remove the 1 from it.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 java 的protected权限 ,问题在注释里
  • ¥15 这个是哪里有问题啊?