[FONT=Arial]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:[/FONT]
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);
[FONT=Arial]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:[/FONT]
Parse error: parse error, unexpected T_LNUMBER in /home/content/x/x/x/xxxxxxxxxxxxx/html/admin/includes/languages/english/admin.php on line 49
[FONT=Arial]
I don't know how to correct this error. Does anyone have a suggestion?
Thanks[/FONT]



