Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/10/2009, 08:29
Avatar de AnisDelMono
AnisDelMono
 
Fecha de Ingreso: febrero-2007
Ubicación: Pas de la Casa
Mensajes: 247
Antigüedad: 17 años, 2 meses
Puntos: 7
Respuesta: Entrar a Administracion en Magento

Es un problema con las cookies al trabajar en localhost.

Abre app/code/core/Mage/Core/Model/Session/Abstract/Varien.php y busca:


Código PHP:
        // set session cookie params
        
session_set_cookie_params(
            
$this->getCookie()->getLifetime(),
            
$this->getCookie()->getPath(),
            
$this->getCookie()->getDomain(),
            
$this->getCookie()->isSecure(),
            
$this->getCookie()->getHttponly()
        ); 
y lo reemplazas por:


Código PHP:
        // set session cookie params
        
session_set_cookie_params(
            
$this->getCookie()->getLifetime(),
            
$this->getCookie()->getPath()
            
//$this->getCookie()->getDomain(),
            //$this->getCookie()->isSecure(),
            //$this->getCookie()->getHttponly()
        
); 
Por supuesto, esta solucion es solo para trabajar en el local

saludos
__________________
=>=>=>=>=>=>=>=>=>=>=>=>=>
¡Disidente!
Frente Popular de Judea, Life of Brian