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



Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - JakeGuzik - 08.06.2014

I have an error when my server starts this is the server logs
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[15:28:10] filterscripts = ""  (string)
[15:28:10] password = ""  (string)
[15:28:10] 
[15:28:10] Server Plugins
[15:28:10] --------------
[15:28:10]  Loading plugin: mysql.so
[15:28:10]  >> plugin.mysql: R38 successfully loaded.
[15:28:10]   Loaded.
[15:28:10]  Loading plugin: streamer.so
[15:28:10] 

*** Streamer Plugin v2.7.2 by Incognito loaded ***

[15:28:10]   Loaded.
[15:28:10]  Loading plugin: sscanf.so
[15:28:10] 

[15:28:10]  ===============================

[15:28:10]       sscanf plugin loaded.     

[15:28:10]          Version:  2.8.1        

[15:28:10]    © 2012 Alex "******" Cole  

[15:28:10]  ===============================

[15:28:10]   Loaded.
[15:28:10]  Loading plugin: Whirlpool.so
[15:28:10]  
[15:28:10]  ==================
[15:28:10]  
[15:28:10]   Whirlpool loaded
[15:28:10]  
[15:28:10]  ==================
[15:28:10]  
[15:28:10]   Loaded.
[15:28:10]  Loading plugin: nativechecker.so
[15:28:10]   Loaded.
[15:28:10]  Loaded 5 plugins.

[15:28:10] 
[15:28:10] Filterscripts
[15:28:10] ---------------
[15:28:10]   Loaded 0 filterscripts.

[15:28:10]    Error: Function not registered: 'mysql_function_query'
[15:28:10]    Error: Function not registered: 'mysql_debug'
[15:28:10]    Error: Function not registered: 'mysql_ping'
[15:28:10]    Error: Function not registered: 'mysql_real_escape_string'
[15:28:10]    Error: Function not registered: 'mysql_affected_rows'
[15:28:10] Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found"
[15:28:10] Number of vehicle models: 0



Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - kosa451 - 08.06.2014

Have you uploaded the .SQL file to the mysql host?
or do you have libmysql?


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - JakeGuzik - 08.06.2014

It running on linux and yes i've uploaded the .sql file to my mysql host(PHPmyAdmin) and configured the connection file


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - kosa451 - 08.06.2014

Do you have the LIBMYSQL file?


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - JakeGuzik - 08.06.2014

I'm running the server under CentOS 6, And no i don't have that file in my server folder if thats what you mean


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - kosa451 - 08.06.2014

Then download that File from there http://forum.sa-mp.com/showthread.ph...light=LIBMYSQL


EDIT: put it in the server folder.


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - JakeGuzik - 08.06.2014

Thats for windows, but like i said i'm running it under CentOS


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - kosa451 - 08.06.2014

sry wrong file.
http://www.mow.vg/files/libmysqlclient.so.15


EDIT: Replace your mysql file with this too : http://files.mellnik.com/SAMP/mysql/...ysql_static.so


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - icra - 08.06.2014

Be sure you have libmysqlclient.so plugin installed in your server.


Re: Script[gamemodes/IGRP.amx]: Run time error 19: "File or function is not found" - kosa451 - 08.06.2014

Quote:
Originally Posted by icra
View Post
Be sure you have libmysqlclient.so plugin installed in your server.
I just told him that... :P