Okay, heres the deal, recently, I switched domains, kept the same hosting, but switched the domains. Ever since then, I have been locked out of the admin part of zencart. I have tried to resend the password link, that doesn't work. I tried resetting in the PHPmyadmin, but that doesn't seem to work either.
I used
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);
and added the prefix correctly( it executed the query with no errors) but it still won't let me login to the admin part of zen cart.
Could this possibly be something with me changing my domain, and maybe not updating a config.php file or something of that nature?
Any help would be great.
Thanks


Reply With Quote
