I removed an attribute brand_lago from database with help of a script
<?php include 'app/Mage.php'; Mage::app(); $setup = Mage::getResourceModel('catalog/setup', 'catalog_setup');$setup->AddAttribute('catalog_product', 'brand_logo'); echo 'Finished';
After removed this attribute when i login in admin and edit product it show me error
Fatal error: Call to a member function setAttribute() on boolean in /home/public_html/domain.com/app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php on line 366
Many thanks in advance