Wednesday, January 25, 2012

Magento Fatal error: Call to a member function setStoreId() on a non-object in /app/code/community/Magestore/Bannerslider/Block/Adminhtml/Bannerslider/Edit/Tab/Form.php on line 32

http://www.magentocommerce.com/boards/viewthread/53945/P15/#t334039



Please open file: app\code\community\Magestore\Bannerslider\Block\Adminhtml\Bannerslider\Edit\Tab\Form.php, goto line 32 and comment this code: 
$model->setStoreId(Mage::app()->getStore(true)->getId());

5 comments:

  1. Oh! Thanks visvasolutios, It's working i have solve my problem.

    Thanks

    ReplyDelete
  2. Oh God!
    Trank you very much, help me a lot!

    ReplyDelete
  3. that means replacing the present code with this?

    ReplyDelete
    Replies
    1. Hi, Just comment ( disable ) the line.. like this..

      // Comment this line to fix the issue
      //$model->setStoreId(Mage::app()->getStore(true)->getId());

      Delete