cache_get_row_int error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: cache_get_row_int error (
/showthread.php?tid=596209)
cache_get_row_int error -
Japanda - 14.12.2015
Hi
I have a problem in my server with MySQL
mysql_log.txt:
PHP код:
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:02] [ERROR] cache_get_row_int - invalid datatype
[21:00:33] [ERROR] cache_get_row_int - invalid datatype
[21:00:33] [ERROR] cache_get_row_int - invalid datatype
[21:00:33] [ERROR] cache_get_row_int - invalid datatype
[21:00:33] [ERROR] cache_get_row_int - invalid datatype
[21:00:33] [ERROR] cache_get_row_int - invalid datatype
[21:00:33] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:00:36] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
[21:07:33] [ERROR] cache_get_row_int - invalid datatype
Do anyone know my problem?
Some of my codes:
PHP код:
Jackpot = cache_get_row_int(0,0,handle);
Tax = cache_get_row_int(0,1,handle);
TaxValue = cache_get_row_int(0,2,handle);
Re: cache_get_row_int error -
Japanda - 15.12.2015
Anyone can help me?
Re: cache_get_row_int error -
Vince - 15.12.2015
It says these columns are not integers. If you are sure that they are in fact integers then that means that the result set isn't valid. Which in turn means that the query failed to execute and/or that you used the function incorrectly. This is impossible to tell without first seeing the query and the usage of the function.