get number where is mistake.
#1

Hi,

I want to ask, why i get this warning( i use blueg mysql r35 plugin) in mysql.log.

1.

Код:
[20:16:46] [WARNING] cache_get_row_count - no active cache
I know what it means, but how to know in what line this is? And when it can happin? i always do it:

Код:
if( cache_num_rows( ) )
		{
			for(new r=0; r < cache_get_row_count(); ++r)
			{

}
}
I always check is there any cache_num_rows how you see. Then how i get get this warning?



2.
Код:
[ERROR] cache_get_row_int - invalid datatype
What is here mistake? how to find in what line is problem?

3.
Код:
CMySQLResult::GetRowData - invalid row ('0') or field index ('8')
What is here imstake? how to find in what line is problem?
Reply
#2

UP
Reply
#3

R35 is a misfire release, revert back to R34 and wait for R36. If that doesn't solve the problem, I'll need some more code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)