Mysql error/warning
#1

Hi,

I get these warnings/errors in mysql.log

Код:
[WARNING] CMySQLResult::GetRowData - invalid row ('0') or field index ('2')
[ERROR] cache_get_row_int - invalid datatype
How to know in what exatly place is this error (in code)?
Reply
#2

Look for all functions where "cache_get_row_int" is used without checking if the active result set actually exists, i.e. more than 0 rows were found. You'll have to add this check before loading the result.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)