Header Ad

Wednesday, May 19, 2010

Unable to login into Customer Account in Magento

Update the following code inMage.php
changed this,
Mage::register('original_include_path', get_include_path());
to
Mage::register('original_include_path', '');

2 comments:

Roy said...

For me, this helped:

http://www.redbridgenet.com/magento/cannot-login-to-frontend-with-explorer-on-magento-store/

Chrys Szankowski said...

Seems like worked! You just need to clean cookies and the bug seems to solved before doing that change in Mage.php. Thank you very much!