![]() |
Alexey admin 3/19/2008 |
Steve, echo $qstring; to the db_query anddb_exec functions in include\dbconnection.phpfile. |
S
|
steveh author 6/27/2008 |
I think the correct fix for this is to edit the source\include\db_connect* files and in db_query and db_exec, add global $strSQL and set this to qstring, then the error handler reports the actual sql, not some sql that was set ages ago? |
S
|
steveh author 6/27/2008 |
In fact, the correct edit is just before the trigger error in db_query, to add the global and the assign. |