Update the following code inMage.php
changed this,
Mage::register('original_include_path', get_include_path());
to
Mage::register('original_include_path', '');
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
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.
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.
Labels:
Admin panel,
login,
Login in Magento,
Magento,
Magento admin panel
Subscribe to:
Posts (Atom)