AbanteCart Community
Shopping Cart Operations => Support => Topic started 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
-
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]
-
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?
-
I doubt there is a PHP issue.
-
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