cancel
Showing results for 
Search instead for 
Did you mean: 

category fatal error

Re: category fatal error

Dear Sir Magento i cant find "Mage::dispatchEvent." on my /home/ordoh/public_html/app/code/core/Mage/Catalog/Model/Observer.php on line 215

in which position may i put the 

 

Mage::dispatchEvent('page_block_html_topmenu_gethtml_before', array(
        'menu' => $this->_menu,
        'block' => $this         //add this line
));

 

Re: category fatal error

Hi,

That code will not be in the observer. But is more than likely in one of your extensions that you are using.

 

You will need to search your code in the local and community pools for something like :

Mage::dispatchEvent('page_block_html_topmenu_gethtml_before', array(

 

And then follow the instructions in that blog.

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: category fatal error

Fatal error: Call to a member function setFlag() on a non-object in /home/innd2/public_html/app/code/core/Mage/ConfigurableSwatches/Helper/Mediafallback.php on line 402