I am getting an error when I try to log into my admin page:
0 DB_ERROR_NOT_CONNECTED
in:
[select * from project_version WHERE project_version_key = 'Zen-Cart Database' ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Also getting an error when try to access my store:
Sorry!
There seems to be a problem connecting to our database. Please give us a few minutes to remedy the problem. Thank y
This all started with me not being able to log in to the admin area of my shop with the correct password. So I used the SQL THAT ALWAYS WORKED BEFORE!
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);
After using this now I have no access what soever to the store or to the admin area.
HELP PLEASE!



