MySQL 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: MySQL error (
/showthread.php?tid=449559)
MySQL error -
DAVIDXP - 09.07.2013
Hi SA-MP.com, I created a small administration system, i compiled it 0 warns/ 0 errors ( admin system is included in GM ) but when i wanna start my server i have these errors:
pawn Код:
[03:27:18] Error: Function not registered: 'SSCANF_Init'
[03:27:18] Error: Function not registered: 'SSCANF_Join'
[03:27:18] Error: Function not registered: 'SSCANF_Leave'
[03:27:18] Error: Function not registered: 'mysql_real_escape_string'
[03:27:18] Error: Function not registered: 'mysql_query'
[03:27:18] Error: Function not registered: 'mysql_ping'
[03:27:18] Error: Function not registered: 'mysql_store_result'
[03:27:18] Error: Function not registered: 'mysql_num_rows'
[03:27:18] Error: Function not registered: 'mysql_fetch_row_format'
[03:27:18] Error: Function not registered: 'mysql_free_result'
[03:27:18] Error: Function not registered: 'mysql_debug'
[03:27:18] Error: Function not registered: 'mysql_connect'
[03:27:18] Error: Function not registered: 'mysql_close'
[03:27:18] [debug] Run time error 19: "File or function is not found"
[03:27:18] [debug] SSCANF_Init
[03:27:18] [debug] SSCANF_Join
[03:27:18] [debug] SSCANF_Leave
[03:27:18] [debug] mysql_real_escape_string
[03:27:18] [debug] mysql_query
[03:27:18] [debug] mysql_ping
[03:27:18] [debug] mysql_store_result
[03:27:18] [debug] mysql_num_rows
[03:27:18] [debug] mysql_fetch_row_format
[03:27:18] [debug] mysql_free_result
[03:27:18] [debug] mysql_debug
[03:27:18] [debug] mysql_connect
[03:27:18] [debug] mysql_close
[03:27:18] [debug] Run time error 19: "File or function is not found"
[03:27:18] [debug] SSCANF_Init
[03:27:18] [debug] SSCANF_Join
[03:27:18] [debug] SSCANF_Leave
[03:27:18] [debug] mysql_real_escape_string
[03:27:18] [debug] mysql_query
[03:27:18] [debug] mysql_ping
[03:27:18] [debug] mysql_store_result
[03:27:18] [debug] mysql_num_rows
[03:27:18] [debug] mysql_fetch_row_format
[03:27:18] [debug] mysql_free_result
[03:27:18] [debug] mysql_debug
[03:27:18] [debug] mysql_connect
[03:27:18] [debug] mysql_close
[03:27:18] Script[gamemodes/SFL.amx]: Run time error 19: "File or function is not found"
[03:27:18] Number of vehicle models: 40
What i can do ?
Re: MySQL error -
DAVIDXP - 09.07.2013
I fixed some errors:
pawn Код:
[05:02:10] Error: Function not registered: 'cache_get_data'
[05:02:10] Error: Function not registered: 'mysql_tquery'
[05:02:10] Error: Function not registered: 'cache_get_field_content_int'
[05:02:10] Error: Function not registered: 'mysql_ping'
[05:02:10] Error: Function not registered: 'mysql_escape_string'
[05:02:10] Error: Function not registered: 'mysql_connect'
[05:02:10] Error: Function not registered: 'mysql_log'
[05:02:10] Error: Function not registered: 'mysql_close'
[05:02:10] [debug] Run time error 19: "File or function is not found"
[05:02:10] [debug] cache_get_data
[05:02:10] [debug] mysql_tquery
[05:02:10] [debug] cache_get_field_content_int
[05:02:10] [debug] mysql_ping
[05:02:10] [debug] mysql_escape_string
[05:02:10] [debug] mysql_connect
[05:02:10] [debug] mysql_log
[05:02:10] [debug] mysql_close
[05:02:10] [debug] Run time error 19: "File or function is not found"
[05:02:10] [debug] cache_get_data
[05:02:10] [debug] mysql_tquery
[05:02:10] [debug] cache_get_field_content_int
[05:02:10] [debug] mysql_ping
[05:02:10] [debug] mysql_escape_string
[05:02:10] [debug] mysql_connect
[05:02:10] [debug] mysql_log
[05:02:10] [debug] mysql_close
[05:02:10] Script[gamemodes/SFL.amx]: Run time error 19: "File or function is not found"
[05:02:10] Number of vehicle models: 40