【问题标题】:I am getting following error when i try to show category products on homepage [Magento 1.8]当我尝试在主页上显示类别产品时出现以下错误 [Magento 1.8]
【发布时间】:2016-11-28 23:42:24
【问题描述】:

当我尝试在主页上显示特色产品时出现以下错误

致命错误:在非对象上调用成员函数 getBackend() /home/superhit/public_html/eoffixplanet.com/app/code/core/Mage/Eav/Model/Entity/Abstract.php 816行

有人可以帮忙吗?

这是我的website

【问题讨论】:

标签: magento magento-1.7 magento-1.9 magento-1.8


【解决方案1】:

您可能正在尝试按不存在的属性过滤集合。查看您的->addAttributeToFilter('...') 电话。

【讨论】:

    最近更新 更多