Try the Demo

Magento Forum

   
Page 6 of 6
Can’t login to admin after installation! Please help! 
 
Parihara.com
Jr. Member
 
Total Posts:  2
Joined:  2009-10-24
 
Emerald214 - 25 March 2010 07:35 PM

Mukesh Chapagain - 11 March 2010 03:02 AM
Update (For Magento 1.4.*)

In Magento 1.4, you have to comment code from line 86 to 98 in app/code/core/Mage/Core/Model/Session/Abstract/Varien.php. Like this:-

/*  if (!$cookieParams['httponly']) {
    unset($cookieParams['httponly']);
    if (!$cookieParams['secure']) {
        unset($cookieParams['secure']);
        if (!$cookieParams['domain']) {
            unset($cookieParams['domain']);
        }
    }


if (isset($cookieParams['domain'])) {
    $cookieParams['domain'] = $cookie->getDomain();
} */

Thanks.

Thank you very much. It works!!! I read all previous posts but they all doesn’t help. Now I can log in admin!!! ^^

THIS perfectly worked for magento 1.4.2. installed in GoDaddy shared hosting.
Thanks a lot

 
Magento Community Magento Community
Magento Community
Magento Community
 
protozz
Jr. Member
 
Total Posts:  1
Joined:  2012-02-20
 

Hola amigos. hay una censilla solucion, prueben lo siguiente:

entren a esta ruta:

C:\Windows\System32\drivers\etc\
editen el archivo hosts y modifican la siguiente linea o en su defecto si no existe la agregan:
127.0.0.1
a
127.0.0.1 www.localhost.com

y con esto ya pueden entrar al admin de magento!

Lo que hace esto es simular una resolucion de dominio apuntando a lo localhost.
Ahora si pueden entrar al admin:

http://www.localhost.com/tienda/admin

Saludos!

 
Magento Community Magento Community
Magento Community
Magento Community
 
Camilo Pereira
Jr. Member
 
Total Posts:  1
Joined:  2010-06-16
 

Could be a session issue and just use other browser - like Firefox - to access Magento admin realm

 
Magento Community Magento Community
Magento Community
Magento Community
 
MagentoBox
Jr. Member
 
Total Posts:  2
Joined:  2012-08-03
 

I got the same error, i had changed localhost to 127.0.0.1 but it’s not working, any one have solution?
i am using ubantu 12.04 and latest google chrome

 
Magento Community Magento Community
Magento Community
Magento Community
 
MagentoBox
Jr. Member
 
Total Posts:  2
Joined:  2012-08-03
 

I got the same error, i had changed localhost to 127.0.0.1 but it\’s not working, any one have solution?
i am using ubantu 12.04 and latest google chrome

 
Magento Community Magento Community
Magento Community
Magento Community
 
marcosvsgouvea
Jr. Member
 
Total Posts:  1
Joined:  2012-07-26
 

i had the same problem, and it only worked on Firefox 15.0.1

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 6 of 6