1
votes

I am getting following error when i try to show featured products on homepage

Fatal error: Call to a member function getBackend() on a non-object in /home/superhit/public_html/eoffixplanet.com/app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 816

can anybody help?

Here is my website.

1
I'm voting to close this question as off-topic because Stack Overflow is a programming-related Q&A site. Your question is not about programming. Perhaps you should post it on magento.stackexchange.com instead? - Enigmativity

1 Answers

0
votes

You are probably trying to filter collection by non-existing attribute. Review your ->addAttributeToFilter('...') calls.