Warning when password updating
Posted: Tue Oct 29, 2019 9:53 am
When I update the user password from the globeadmin login I have following warning in Debug (Password is updated succesfully).
This warning is not present when password is updated from user login
When I create new loging there is no warnings in debug.
Just for info - maybe to be take into account during next release.
(this concerns all releases previous ones and new one)
This warning is not present when password is updated from user login
When I create new loging there is no warnings in debug.
Just for info - maybe to be take into account during next release.
(this concerns all releases previous ones and new one)
Code: Select all
[0] :
===USER==========
globeadmin
===PDO MESSAGE===
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE `zzzzsys_user_id` = '5db5f850d5ba9ea'' at line 1
===SQL===========
UPDATE zzzzsys_user SET WHERE `zzzzsys_user_id` = '5db5f850d5ba9ea';
===BACK TRACE====
....../nudata.php - line 348 (nuRunQuery)
...../nuapi.php - line 51 (nuUpdateDatabase)