AbanteCart Community

Shopping Cart Operations => Support => Topic started by: theodan on September 21, 2013, 11:45:33 PM

Title: admin log in
Post by: theodan on September 21, 2013, 11:45:33 PM
I am using both AbanteCart 1.1.5 and 1.1.6 and cannot access admin.   User names and passwords are correct.   My log in defaults to the store even when I try to reset password? Could both stores be hacked?

error log returned that Script timed out before returning headers
Title: Re: admin log in
Post by: abantecart on September 22, 2013, 12:01:15 PM
I doubt it is hacked. Open system/config.php and see what is in line: define('ADMIN_PATH', '[key]');

use what is in [key] to access your admin with store.com?s=[key]

Title: Re: admin log in
Post by: theodan on September 22, 2013, 05:45:32 PM
It worked gangbusters. More than thank you is in order! since removing the index.php from the log in string caused it to work does this mean something is wrong with the php?
Title: Re: admin log in
Post by: abantecart on September 25, 2013, 06:09:58 PM
I doubt there is a PHP issue.
Title: Re: admin log in
Post by: abolabo on September 26, 2013, 06:03:58 AM
I am using both AbanteCart 1.1.5 and 1.1.6 and cannot access admin.   User names and passwords are correct.   My log in defaults to the store even when I try to reset password? Could both stores be hacked?

error log returned that Script timed out before returning headers

Temporary, add phpinfo();  in index.php on the main abantecart directory and look for output_buffering value.
Post it to us