Jump to content

Конфликт с браузерами


kawaiishop

Recommended Posts

Залогиниться под админкой можно только в Опере. Ни в одном из других (Хром, Мозилла, ИЕ!, Сафари) после ввода имейла и пароля меня редиректит на ту же страницу с окошком для входа в систему. Кто ещё сталкивался? Что можно сделать?

Link to comment
Share on other sites

  • 1 month later...
Залогиниться под админкой можно только в Опере. Ни в одном из других (Хром, Мозилла, ИЕ!, Сафари) после ввода имейла и пароля меня редиректит на ту же страницу с окошком для входа в систему. Кто ещё сталкивался? Что можно сделать?


Вот решение:
http://php.dtbaker.com.au/post/prestashop.html

In the file "prestashop/classes/Cookie.php" go down to line 50 where you see:

$this->_expire = isset($expire) ? intval($expire) : (time() + 1728000);

and change it too:

$this->_expire = isset($expire) ? intval($expire) : (time() + 3600);
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...