Login Attempt Failure But No Error

I can't log into admin panel. Its not showing any error or notification . It was working one week before. i have cleared all caches. But no luck. Please any one

Version : 4.2.1 & 4.2.3

Hi there,

You can enable display error mode in "config.local.php" file and verify the issue.

set

ini_set('display_errors', 1);

Now check the issue

GO to config.php & enable the development & write here error notice. or come IN PM . we are redy to your help

If it’s just going back to the login screen then you probably have an issue in the ‘session’ itself.
Either close and open a new browser or clear your browser cache.
In some of the older versions of cs-cart, they did not support cookies for subdomains very well. I.e. if you had a my_domain.com and a dev.my_domain.com, logging into one in the same browser could prevent you logging into the other in the same browser.

I can't log into admin panel. Its not showing any error or notification . It was working one week before. i have cleared all caches. But no luck. Please any one

Version : 4.2.1 & 4.2.3

Please ask hosting provider if they installed any new extensions on your server recently (like APC or Suhosin). They can cause the issue

Hi there,

You can enable display error mode in "config.local.php" file and verify the issue.

set

ini_set('display_errors', 1);
Now check the issue


There is more than just display_erros.
We have a document regarding this: http://docs.cs-cart.com/4.3.x/developer_guide/getting_started/configuring_cscart.html

Also check for Varnish or another external cache. We just got a call from someone having the exact same problem.

It turned out their web host installed Varnish and hooked all sites up to using it on a reverse HTTP proxy.

We have also seen the same on Godaddy servers where clients have selected a pre-canned hosting package for WordPress or other CMS - that has a built in cache component and then they installed CS-Cart along with it. They did not know the platform was using an external cache.