Magento 1.7 Admin Login Fatal error: Call to a member function getBlockName() on a non-object in line 43

fatal errormagentomagento-1.7

Can someone help me?

On index.php/admin the following exception was thrown:

Fatal error: Call to a member function getBlockName() on a non-object in /home/ahorraen/public_html/app/code/core/Mage/Captcha/Block/Captcha.php on line 43

Best Answer

Delete var/cache and var/session

This works for me!

Related Topic