TBT Enhanced Product Grid - PHP Fatal error: Call to undefined method Mage_Eav_Model_Resource_Entity_Attribute_Collection::addVisibleFilter() in app/code/community/TBT/Enhancedgrid/Model/System/Config/Source/Columns/Show.php on line 10

 

Symptoms

After Magento upgrade with TBT Enhanced Product Grid the following error thrown at System -> Configuration -> Enhanced Product Grid screen:

PHP Fatal error:  Call to undefined method Mage_Eav_Model_Resource_Entity_Attribute_Collection::addVisibleFilter() in app/code/community/TBT/Enhancedgrid/Model/System/Config/Source/Columns/Show.php on line 10

Solution

addVisibleFilter() call in app/code/community/TBT/Enhancedgrid/Model/System/Config/Source/Columns/Show.php at line 10 should be changed from



->addVisibleFilter();
  to

->addFilter("is_visible", 1);

Rakesh Singh Uniyal

I’m Rakesh Singh Uniyal (MCA) and I write to help people work on programming and technology. The tips, tutorials and information provided in this blog has helped many people to solve their programming and web development related issues.
I work as a Freelance PHP/Magento/Wordpress Developer.

No comments:

Post a Comment