Cannot Login Neither To The Front Or Backoffice

PHP 5.5

CS-Cart 2.2.x



When I submit the form the page gets redirected to itself

admin.php?dispatch=auth.login_form&return_url=admin.php
```<br />
<br />
I also see log entries in the database with "failed_login"<br />
<br />
This started after I transferred the website to the new server.

Try to switch to lower PHP version using the .htaccess:

This is my own server, and it's nginx based



Does cs-cart 2.2 support PHP 5.5 at all or is there anything I can look at and fix, is this a known problem?

when I switched my site from 2x > 3x > 4x via localhost wamp server I had to change php versions in order for different cart versions to work.




[quote name='drzelner' timestamp='1432656738' post='215860']

PHP 5.5

CS-Cart 2.2.x



When I submit the form the page gets redirected to itself

admin.php?dispatch=auth.login_form&return_url=admin.php



I also see log entries in the database with “failed_login”



This started after I transferred the website to the new server.

[/quote]

Downgrading PHP is not a solution, and I'd like to keep my 2.2.x cs-cart if possible.



If I had to upgrade to cs-cart 4 will I be able to use my old teplate?

How do I enable debug messages in v 2.2 ?

Most possibly it is not required to run 2.2.x store to run store import if 2.2.4 or 2.2.5 version is used. The Store Import module should just get access to the database and image files. Please try

I found where the problem was.

CS-Cart v 2.2 only works if session.hash_function set in php.ini is either 1 or 0, nothing like sha256 or sha512 works no matter what your PHP version is.



Too bad there was ZERO support on this forums.

[quote name='drzelner' timestamp='1433526714' post='217547']

I found where the problem was.

CS-Cart v 2.2 only works if session.hash_function set in php.ini is either 1 or 0, nothing like sha256 or sha512 works no matter what your PHP version is.



Too bad there was ZERO support on this forums.

[/quote]



Actually this is community forum not support one. Do not expect quick response from CS-Cart team here