Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.13.0
-
Fix Version/s: 5.13.2
-
Component/s: Client Interface
-
Labels:None
Description
To reproduce:
- Visit /client/login/forgot/ and enter a client email address
- Notice white page and an error like the following:
[2026-01-22T20:29:52.869928+00:00] general.ERROR: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.id' in 'on clause' in /home/user/public_html/5130/vendors/minphp/db/src/PdoConnection.php:196 Stack trace: #0 /home/user/public_html/5130/vendors/minphp/db/src/PdoConnection.php(196): PDOStatement->execute() #1 /home/user/public_html/5130/vendors/minphp/record/src/Record.php(815): Minphp\Db\PdoConnection->query() #2 /home/user/public_html/5130/app/models/users.php(634): Minphp\Record\Record->fetchAll() #3 /home/user/public_html/5130/app/controllers/client_login.php(281): Users->getAllByEmail() #4 /home/user/public_html/5130/vendors/minphp/bridge/src/Lib/Dispatcher.php(142): ClientLogin->forgot() #5 /home/user/public_html/5130/index.php(21): Dispatcher::dispatch() #6
{main}