A user forgot their password and in trying to add a different password, I received, " Database query error"
What do I do to avoid this error?
btw it did change the password but just shows error.
A user forgot their password and in trying to add a different password, I received, " Database query error" What do I do to avoid this error?
btw it did change the password but just shows error.
|
When a database query error happens, dolphin sends a full error report as to the cause of the error to the bug report email address you used when you first setup dolphin. https://www.deanbassett.com |
Thank you Deano. Here is what the error says:
Database error in SELECT `ID` FROM `Profiles` WHERE `Status` = 'Active' AND `ID` != 1584 AND `` = 'female' Mysql error: Unknown column '' in 'where clause' |
Maybe someone else will have a clue as to what is going on here. For some reason there is a null column name in that query and i do not know why. I also do not know why the matching system (which is generating the error) would have anything to do with passwords. https://www.deanbassett.com |
Anyone can help? I am still getting that error! |