New Zenner
- Join Date:
- May 2015
- Location:
- United States
- Posts:
- 19
- Plugin Contributions:
- 0
Cannot log into admin, reset password does not work and phpMyAdmin fix not working
I cannot log into my client's admin area. I tried the reset password, but when I enter the email address it just goes back to the reset password page and does not give a message that password has been sent. I tried the fix suggested here https://www.zen-cart.com/content.php?44 but keep getting the following error:
Static analysis:
1 errors were found during analysis.
Unrecognized statement type. (near "FROM" at position 0)
SQL query:
FROM admin WHERE admin_name = '**********'
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM admin WHERE admin_name = '**********'' at line 1
In the query I did add the prefix to the FROM and TO fields, and In the example above I starred out the admin's name.
I wasn't sure what version the client was last upgraded to (they never let me know when the cart gives them the upgrade message), when I checked the implementation guide it says it is for version 1.5.4
The database server info reads as follows:
Server: Localhost via UNIX socket
Server type: MySQL
Server version: 5.5.55-cll - MySQL Community Server (GPL)
Protocol version: 10
User: cpses_da6vi36inq@localhost
Server charset: UTF-8 Unicode (utf8)
And the php version is 5.6.30
Any help would be greatly appreciated.