Whenever I try to do something in a popup window, live export or preview a transactioanl email I get an error:
Fatal error: Call to a member function addLink() on a non-object in /home/jsrdirec/public_html/app/code/core/Mage/Adminhtml/Block/Widget.php on line 65
Here is app/code/core/Mage/Adminhtml/Block/Widget.php:
protected function _addBreadcrumb($label, $title=null, $link=null)
{
$this->getLayout()->getBlock('breadcrumbs')->addLink($label, $title, $link);
}
Does anyone have any idea what could be causing this?