Error on Remind Password - Unknown column '' in 'WHERE' |
7/4/2025 9:16:22 PM |
PHPRunner General questions | |
H
headingwest author
Hi, Any ideas on fixing this? My remind password page is crashing. V11.0 Build 43540 Error type 256
Thanks. |
|
![]() |
ChatGPT 7/4/2025 |
It looks like you're encountering an SQL error related to an empty column name in the Here's a breakdown of the problematic SQL query:
|
C
|
Chris Whitehead 7/5/2025 |
I know chatGPT has answered, but it looks like the error is the empty string "upper(``)" in the where condition, this needs to be a column name and can't be empty. WHERE ( ( ( upper(email) = upper('rrdd') ) or ( upper(``) = upper('rrdd') ) ) ) limit 0, 1 |
H
|
headingwest author 7/5/2025 |
Hi Chris, This is the system generated remind password page, the SQL is outside my control. |
C
|
Chris Whitehead 7/6/2025 |
Could be a bug in V11, I'd try these steps just in case it's not. With the password and email both being converted to upper, do you have the case-insensitive login selected? do you still get the error if this is turned off? In designer create a copy of the password reminder page and make that the default. |