MySQL Problem! - 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 Problem! (
/showthread.php?tid=482649)
MySQL Problem! -
hassantariq73 - 22.12.2013
I don't know whats the problem, But the server gamemode is unknown. The gamemode is in mysql and here is the log.
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team
[04:16:04] filterscripts = "" (string)
[04:16:04]
[04:16:04] Server Plugins
[04:16:04] --------------
[04:16:04] Loading plugin: sscanf.so
[04:16:04]
[04:16:04] ===============================
[04:16:04] sscanf plugin loaded.
[04:16:04] © 2009 Alex "******" Cole
[04:16:04] ===============================
[04:16:04] Loaded.
[04:16:04] Loading plugin: whirlpool.so
[04:16:04]
[04:16:04] ==================
[04:16:04]
[04:16:04] Whirlpool loaded
[04:16:04]
[04:16:04] ==================
[04:16:04]
[04:16:04] Loaded.
[04:16:04] Loading plugin: streamer.so
[04:16:04]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[04:16:04] Loaded.
[04:16:04] Loading plugin: nativechecker.so
[04:16:04] Loaded.
[04:16:04] Loading plugin: mysql.so
[04:16:04] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[04:16:04] Loaded 4 plugins.
[04:16:05]
[04:16:05] Filterscripts
[04:16:05] ---------------
[04:16:05] Loaded 0 filterscripts.
[04:16:05] Error: Function not registered: 'mysql_query'
[04:16:05] Error: Function not registered: 'mysql_debug'
[04:16:05] Error: Function not registered: 'mysql_store_result'
[04:16:05] Error: Function not registered: 'mysql_num_rows'
[04:16:05] Error: Function not registered: 'mysql_retrieve_row'
[04:16:05] Error: Function not registered: 'mysql_fetch_field_row'
[04:16:05] Error: Function not registered: 'mysql_free_result'
[04:16:05] Error: Function not registered: 'mysql_real_escape_string'
[04:16:05] Error: Function not registered: 'mysql_connect'
[04:16:05] Error: Function not registered: 'mysql_ping'
[04:16:05] Script[gamemodes/mygamemode.amx]: Run time error 19: "File or function is not found"
[04:16:05] Number of vehicle models: 0
I am using
this mysql plugin
Re: MySQL Problem! -
iPrivate - 22.12.2013
Try using this plugin instead:
https://sampforum.blast.hk/showthread.php?tid=56564
Hope it helps you out.
Re: MySQL Problem! -
hassantariq73 - 22.12.2013
Here's the new log with that plugin -_-
I dont think any thing is changed
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team
[04:39:13] filterscripts = "" (string)
[04:39:13]
[04:39:13] Server Plugins
[04:39:13] --------------
[04:39:13] Loading plugin: sscanf.so
[04:39:13]
[04:39:13] ===============================
[04:39:13] sscanf plugin loaded.
[04:39:13] © 2009 Alex "******" Cole
[04:39:13] ===============================
[04:39:13] Loaded.
[04:39:13] Loading plugin: whirlpool.so
[04:39:13]
[04:39:13] ==================
[04:39:13]
[04:39:13] Whirlpool loaded
[04:39:13]
[04:39:13] ==================
[04:39:13]
[04:39:13] Loaded.
[04:39:13] Loading plugin: streamer.so
[04:39:13]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[04:39:13] Loaded.
[04:39:13] Loading plugin: nativechecker.so
[04:39:13] Loaded.
[04:39:13] Loading plugin: mysql.so
[04:39:13] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
[04:39:13] Loaded 4 plugins.
[04:39:14]
[04:39:14] Filterscripts
[04:39:14] ---------------
[04:39:14] Loaded 0 filterscripts.
[04:39:14] Error: Function not registered: 'mysql_query'
[04:39:14] Error: Function not registered: 'mysql_debug'
[04:39:14] Error: Function not registered: 'mysql_store_result'
[04:39:14] Error: Function not registered: 'mysql_num_rows'
[04:39:14] Error: Function not registered: 'mysql_retrieve_row'
[04:39:14] Error: Function not registered: 'mysql_fetch_field_row'
[04:39:14] Error: Function not registered: 'mysql_free_result'
[04:39:14] Error: Function not registered: 'mysql_real_escape_string'
[04:39:14] Error: Function not registered: 'mysql_connect'
[04:39:14] Error: Function not registered: 'mysql_ping'
[04:39:14] Script[gamemodes/cnr.amx]: Run time error 19: "File or function is not found"
[04:39:14] Number of vehicle models: 0
Re: MySQL Problem! -
Konstantinos - 22.12.2013
pawn Код:
Loading plugin: mysql.so
Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
http://forum.sa-mp.com/showpost.php?...&postcount=553
There are more threads about it and you may find the solution of it if the above does not work.
Re: MySQL Problem! -
hassantariq73 - 22.12.2013
I am using Centos 5 64 BIT.
Re: MySQL Problem! -
DJ_Shocker - 22.12.2013
Quote:
Originally Posted by hassantariq73
I am using Centos 5 64 BIT.
|
Which MySQL plugin are you using?