|
I have a basic installation and I keep getting this error in the right column where my list of categories should be;
Fatal error: Call to a member function getChildren() on a non-object in /var/www/clientarea/magento/app/code/core/Mage/Catalog/Block/Navigation.php on line 76
Does anyone know why?
This is what is in the catalog.xml layout under default;
<reference name="right"> <block type="catalog/navigation" name="catalog.rightnav" template="catalog/navigation/right.phtml" before="-" /> </reference>
|