[HOWTO] Resolve Magento Plugin “Bannerslider”, line 32
Regarding the common error with bannerslider:
Fatal error: Call to a member function setStoreId() on a non-object in /homepages/---/htdocs/magento/app/code/community/Magestore/Bannerslider/Block/Adminhtml/Bannerslider/Edit/Tab/Form.php on line 32
Simply fixed by removing this line from that file:
$model->setStoreId(Mage::app()->getStore(true)->getId());
Great, free plugin, that doesn’t work out of the box with 1.7.0.2 … maybe the developers over at Magestore will see this and fix bannerslider ;)