Header Ad

Showing posts with label Login in Magento. Show all posts
Showing posts with label Login in Magento. Show all posts

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', '');

Thursday, April 15, 2010

Unable to login into admin panel of MAGENTO.

We can overcome this problem by modifying or updating the following page.

app\code\core\Mage\Core\Model\Session\Abstract\varien.php

$this->getCookie()->getDomain(),
$this->getCookie()->isSecure(),
$this->getCookie()->getHttponly()

Comment the isSecure() and save the file.

Hope from the above changes, magento admin will work now on your localhost with the following url.