Problem

You are can not login to AbanteCart administration area

Solution

There are a few different reasons why someone might not be able to sign in to admin, but here’s how to overcome the most common login issues

Login may fail in your browser only
  1. Clear browser cache and cookies.
  2. In case this not help try to login in other browsers. Follow this guide to fix browser related issues


Find link to admin
  • The correct ink to admin is based on what is set during installation process of the AbanteCart. yourdomainname.com/index.php?s=[your_admin]  [your_admin] is provided during installation and can be located in system/config.php AFTER installation.


Login fail may be caused if server is unable to create a session
  • Please contact with your hosting support or modify session path on shared hosting by creating/editing a php.ini file

    Include this in your file: session.save_path = "/tmp" 

    or session.save_path = /tmp/php_sessions;

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues