MySQL Problems - 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 Problems (
/showthread.php?tid=476797)
MySQL Problems -
dillo1000 - 20.11.2013
My mind is everywhere over this! Please help?
Код:
[08:45:08] Number of vehicle models: 0
[08:45:08] Script[gamemodes/baserp.amx]: Run time error 19: "File or function is not found"
[08:45:08] [debug] mysql_fetch_row_format
[08:45:08] [debug] mysql_ping
[08:45:08] [debug] mysql_connect
[08:45:08] [debug] mysql_fetch_field_row
[08:45:08] [debug] mysql_debug
[08:45:08] [debug] mysql_num_rows
[08:45:08] [debug] mysql_store_result
[08:45:08] [debug] mysql_free_result
[08:45:08] [debug] mysql_query
[08:45:08] [debug] mysql_real_escape_string
[08:45:08] [debug] SSCANF_Leave
[08:45:08] [debug] SSCANF_Join
[08:45:08] [debug] SSCANF_Init
[08:45:08] [debug] Run time error 19: "File or function is not found"
[08:45:08] [debug] mysql_fetch_row_format
[08:45:08] [debug] mysql_ping
[08:45:08] [debug] mysql_connect
[08:45:08] [debug] mysql_fetch_field_row
[08:45:08] [debug] mysql_debug
[08:45:08] [debug] mysql_num_rows
[08:45:08] [debug] mysql_store_result
[08:45:08] [debug] mysql_free_result
[08:45:08] [debug] mysql_query
[08:45:08] [debug] mysql_real_escape_string
[08:45:08] [debug] SSCANF_Leave
[08:45:08] [debug] SSCANF_Join
[08:45:08] [debug] SSCANF_Init
[08:45:08] [debug] Run time error 19: "File or function is not found"
[08:45:08] Error: Function not registered: 'mysql_fetch_row_format'
[08:45:08] Error: Function not registered: 'mysql_ping'
[08:45:08] Error: Function not registered: 'mysql_connect'
[08:45:08] Error: Function not registered: 'mysql_fetch_field_row'
[08:45:08] Error: Function not registered: 'mysql_debug'
[08:45:08] Error: Function not registered: 'mysql_num_rows'
[08:45:08] Error: Function not registered: 'mysql_store_result'
[08:45:08] Error: Function not registered: 'mysql_free_result'
[08:45:08] Error: Function not registered: 'mysql_query'
[08:45:08] Error: Function not registered: 'mysql_real_escape_string'
[08:45:08] Error: Function not registered: 'SSCANF_Leave'
[08:45:08] Error: Function not registered: 'SSCANF_Join'
[08:45:08] Error: Function not registered: 'SSCANF_Init'
[08:45:08] Loaded 0 filterscripts.
[08:45:08] ---------------
[08:45:08] Filterscripts
[08:45:08]
[08:45:08] Loaded 4 plugins.
[08:45:08] Loaded.
[08:45:08] Loading plugin: nativechecker.so
[08:45:08] Loaded.
[08:45:08] CrashDetect v4.10 is OK.
[08:45:08] Loading plugin: crashdetect.so
[08:45:08] Loaded.
[08:45:08] ===============================
[08:45:08] © 2009 Alex "******" Cole
[08:45:08] sscanf plugin loaded.
[08:45:08] ===============================
[08:45:08]
[08:45:08] Loading plugin: sscanf.so
[08:45:08] Failed (libssl.so.0.9.8: cannot open shared object file: No such file or directory)
[08:45:08] Loading plugin: mysql.so
[08:45:08] Loaded.
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[08:45:08]
[08:45:08] Loading plugin: streamer.so
[08:45:08] --------------
[08:45:08] Server Plugins
[08:45:08]
[08:45:08] filterscripts = "" (string)
Re: MySQL Problems -
Konstantinos - 20.11.2013
The version of mysql plugin you've loaded is not the correct version the gamemode uses. I believe it uses R6 (according to the functions) and the plugin is for R7+ (not sure which one).
sscanf plugin also failed to load. Do you have sscanf.so into plugins folder?
Re: MySQL Problems -
dillo1000 - 20.11.2013
Okay I've fixed all my problems just now I can't seem to get it to connect to MySQL
Thanks for the reply