Can not login to admin
Problem
You cannot login to the 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
Clear browser cache and cookies.
In case this does not help try to login in to other browsers. Follow this guide to fix browser-related issues
Find a link to the admin
The correct link to admin is based on what is set during the 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 failure may be caused if the server is unable to create a session
Please get in touch with your hosting support or modify the 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