我刚刚从 WebKul Customer 作为合作伙伴实现了一个模块,但是我在这方面的代码中遇到了问题。谁能指点我需要修复的区域?
$collection = Mage::getResourceModel('customer/customer_collection')
->addAttributeToFilter('nickname', $value)
->addAttributeToFilter('entity_id', array('nin' => $customer_id));
这给出了以下错误:
致命错误:在第 816 行的 /home/xxx/public_html/app/code/core/Mage/Eav/Model/Entity/Abstract.php 中的非对象上调用成员函数 getBackend()
我是 Magento 的新手,因此我们将不胜感激。