cancel
Showing results for 
Search instead for 
Did you mean: 

Can't login into admin panel of Magento

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Can't login into admin panel of Magento

Hi everybody!

I got one problem... for no reason can't login into admin panel of Magento, i have alreay create admin2 in MySQL, doesnt help. In google i found sobution to comment GetCookie in Varien.phph

session_set_cookie_params(
$this->getCookie()->getLifetime(),
$this->getCookie()->getPath()
//$this->getCookie()->getDomain(),
//$this->getCookie()->isSecure(),
//$this->getCookie()->getHttponly()
);

- in this case the website doest work at all - white screen, and i made backup from day when everything was fine... doesnt help, i still cant login to admin panel. Anybody can help me?

 

error_log wrire me -  file does not exist: /public_html/skin/frontend/base/default/css/codnitive

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can't login into admin panel of Magento

you have to check if session was written and you have correct cookie, like domain, path and time

------------
MagenX - Magento and Server optimization

View solution in original post

3 REPLIES 3

Re: Can't login into admin panel of Magento

I'm not sure if this is your solution, but try logging in from an Incognito Window.

Re: Can't login into admin panel of Magento

you have to check if session was written and you have correct cookie, like domain, path and time

------------
MagenX - Magento and Server optimization

Re: Can't login into admin panel of Magento

Thank you all! The problem was with session, no enough space in file, so i changed session_save for db

/app/etc/local.xml

 

<session_save><![CDATA[db]]></session_save>