- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2015
02:56 AM
09-15-2015
02:56 AM
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 ));
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2015
02:58 AM
09-15-2015
02:58 AM
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
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2016
12:10 AM
10-12-2016
12:10 AM
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
- « Previous
-
- 1
- 2
- Next »