Posts: 145
Threads: 29
Joined: Mar 2013
Hey, i have a mysql server and when i put it in my host then it says "Run time error 19: "File or function is not found"
Can someone fix this via teamviewer for me?
Posts: 145
Threads: 29
Joined: Mar 2013
Quote:
Originally Posted by Michael B
Try to run your server with nativechecker plugin, which can be found here. Bear in mind that you have to load nativechecker as the last plugin, otherwise might interfere with other plugins and they will not run properly anymore, so place it the last in your server.cfg.
|
Hey i put the nativechecker inside,
here are the logs:
PHP код:
[19:21:20] --- Server Shutting Down.
[19:21:20]
[19:21:20] ====================
[19:21:20]
[19:21:20] Whirlpool unloaded
[19:21:20]
[19:21:20] ====================
[19:21:20]
[19:21:20] SA:MP MySQL Plugin v2.1.1 Unloaded.
[19:21:20]
*** Streamer Plugin v2.6.1 by Incognito unloaded ***
[19:21:20]
[19:21:20] ===============================
[19:21:20] sscanf plugin unloaded.
[19:21:20] ===============================
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[19:21:28] mapname = "San Andreas" (string)
[19:21:28] language = "" (string)
[19:21:28]
[19:21:28] Server Plugins
[19:21:28] --------------
[19:21:28] Loading plugin: nativechecker.so
[19:21:28] Loaded.
[19:21:28] Loading plugin: whirlpool.so
[19:21:28]
[19:21:28] ==================
[19:21:28]
[19:21:28] Whirlpool loaded
[19:21:28]
[19:21:28] ==================
[19:21:28]
[19:21:28] Loaded.
[19:21:28] Loading plugin: mysql.so
[19:21:28] SA:MP MySQL Plugin v2.1.1 Loaded.
[19:21:28] Loaded.
[19:21:28] Loading plugin: streamer.so
[19:21:28]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[19:21:28] Loaded.
[19:21:28] Loading plugin: sscanf.so
[19:21:28]
[19:21:28] ===============================
[19:21:28] sscanf plugin loaded.
[19:21:28] (c) 2009 Alex "******" Cole
[19:21:28] 0.3d-R2 500 Players "dnee"
[19:21:28] ===============================
[19:21:28] Loaded.
[19:21:28] Loaded 5 plugins.
[19:21:28] [MySQL] Thread running. Threadsafe: Yes.
[19:21:28]
[19:21:28] Filterscripts
[19:21:28] ---------------
[19:21:28] Loaded 0 filterscripts.
[19:21:28] Error: Function not registered: 'mysql_query'
[19:21:28] Error: Function not registered: 'mysql_debug'
[19:21:28] Error: Function not registered: 'mysql_store_result'
[19:21:28] Error: Function not registered: 'mysql_num_rows'
[19:21:28] Error: Function not registered: 'mysql_retrieve_row'
[19:21:28] Error: Function not registered: 'mysql_fetch_field_row'
[19:21:28] Error: Function not registered: 'mysql_free_result'
[19:21:28] Error: Function not registered: 'mysql_real_escape_string'
[19:21:28] Error: Function not registered: 'mysql_connect'
[19:21:28] Error: Function not registered: 'mysql_ping'
[19:21:28] Script[gamemodes/cnr.amx]: Run time error 19: "File or function is not found"
[19:21:28] Number of vehicle models: 0
Posts: 420
Threads: 6
Joined: Dec 2013
Reputation:
0
You have the wrong mysql plugin.
Posts: 145
Threads: 29
Joined: Mar 2013
Quote:
Originally Posted by Runn3R
You have the wrong mysql plugin.
|
How to find the right one which suits to the gamemode?
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by MrGtasagamer
How to find the right one which suits to the gamemode?
|
Try the one which has those functions registered , try older versions of BlueG's mysql plugin
Posts: 145
Threads: 29
Joined: Mar 2013
Quote:
Originally Posted by Wizzard2H
Try the one which has those functions registered , try older versions of BlueG's mysql plugin
|
I've putten the one of BlueG's but still same problem.