New Zenner
- Join Date:
- Apr 2007
- Posts:
- 15
- Plugin Contributions:
- 0
Login issues
Hi.....
zen cart version 1.3.8a
Suddenly, today, my username and password no longer allowed me to log in to admin.
I followed the instructions to run the following SQL change:
DELETE FROM admin WHERE admin_name = 'Admin';
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
I am now able to log in to admin using the default logins, but when I try to enter a new username and password by going to:
Admin>Tools>admin settings
I get the following error message:
Parse error: parse error, unexpected T_LNUMBER in /home/content/x/x/x/xxxxxxxxxxxxx/html/admin/includes/languages/english/admin.php on line **49
**
I don't know how to correct this error. Does anyone have a suggestion?
Thanks