Mysql error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Mysql error (
/showthread.php?tid=562429)
Mysql error -
ZeZin - 08.02.2015
error and plugin include?
pawn Код:
: error 017: undefined symbol "mysql_function_query"
:error 017: undefined symbol "mysql_function_query"
:error 017: undefined symbol "mysql_store_result"
:error 017: undefined symbol "mysql_fetch_row_format"
:error 017: undefined symbol "mysql_fetch_field_row"
:error 017: undefined symbol "mysql_fetch_field_row"
:error 017: undefined symbol "mysql_free_result"
:warning 202: number of arguments does not match definition
:warning 203: symbol is never used: "PrisonTime"
:error 017: undefined symbol "mysql_store_result"
:error 017: undefined symbol "mysql_num_row
Re: Mysql error -
Jake187 - 10.02.2015
Are you threading your queries as example
https://sampforum.blast.hk/showthread.php?tid=337810
Re: Mysql error -
SimplyFragHosting - 10.02.2015
That error can also happen if your using a differant plugin version to the one your compiling your gamemode with (going from BlueG's r7 to r34+ for example)