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 ));
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.
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