SA-MP Forums Archive
Run time error 19: "File or function is not found" - 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: Run time error 19: "File or function is not found" (/showthread.php?tid=586947)



Run time error 19: "File or function is not found" - MrGtasagamer - 26.08.2015

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?


Re: Run time error 19: "File or function is not found" - Michael B - 26.08.2015

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.


Re: Run time error 19: "File or function is not found" - MrGtasagamer - 26.08.2015

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:28mapname "San Andreas"  (string)
[
19:21:28language ""  (string)
[
19:21:28
[
19:21:28Server Plugins
[19:21:28] --------------
[
19:21:28]  Loading pluginnativechecker.so
[19:21:28]   Loaded.
[
19:21:28]  Loading pluginwhirlpool.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 pluginmysql.so
[19:21:28]  SA:MP MySQL Plugin v2.1.1 Loaded.
[
19:21:28]   Loaded.
[
19:21:28]  Loading pluginstreamer.so
[19:21:28
*** 
Streamer Plugin v2.6.1 by Incognito loaded ***
[
19:21:28]   Loaded.
[
19:21:28]  Loading pluginsscanf.so
[19:21:28
[
19:21:28]  ===============================
[
19:21:28]       sscanf plugin loaded.     
[
19:21:28]    (c2009 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] [MySQLThread runningThreadsafeYes.
[
19:21:28
[
19:21:28Filterscripts
[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:28Script[gamemodes/cnr.amx]: Run time error 19"File or function is not found"
[19:21:28Number of vehicle models



Re: Run time error 19: "File or function is not found" - Runn3R - 26.08.2015

You have the wrong mysql plugin.


Re: Run time error 19: "File or function is not found" - MrGtasagamer - 26.08.2015

Quote:
Originally Posted by Runn3R
Посмотреть сообщение
You have the wrong mysql plugin.
How to find the right one which suits to the gamemode?


Re: Run time error 19: "File or function is not found" - Crystallize - 26.08.2015

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


Re: Run time error 19: "File or function is not found" - MrGtasagamer - 26.08.2015

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.