Can’t login to new Magento installation…

If you find yourself unable to login to your newley-installed Magento admin area, you may want to try this:

Open the file Varien.php in a text editor. You will find the file in app > code > core > Mage > Core > Model > Session > Abstract > Varien.php.

Go to somewhere around line 75 and comment out these lines:

/* set session cookie params
session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath(),
$this->getCookie()->getDomain(),
$this->getCookie()->isSecure(),
$this->getCookie()->getHttponly()
);
*/

Save the file and try logging in again. (This tip came off the Magento forum and has helped me more than once so I thought I’d share it!)

other page


One Comment

  1. Shane Holloman

    Brilliant tip. This worked on my locally deployed os x magento installation! Big thanks to you for sharing! : )

It's good to talk!

Your email address will not be published. Required fields are marked *