SA-MP Forums Archive
Function error File is in found - 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: Function error File is in found (/showthread.php?tid=550023)



Function error File is in found - eclipses - 10.12.2014

Hello there, i'm running an MYSQL server, and i've got some errors currently that i've run trow nativechecker. This is what i've found but have no clue that i could do. Any support??


Код:
  Loading filterscript 'server.amx'...
  Loading filterscript 'playerinteriors.amx'...
  Loading filterscript 'playerexteriors.amx'...
  Loading filterscript 'vactions.amx'...
  Loaded 4 filterscripts.

   Error: Function not registered: 'mysql_tquery'
   Error: Function not registered: 'mysql_escape_string'
   Error: Function not registered: 'mysql_log'
   Error: Function not registered: 'cache_insert_id'
   Error: Function not registered: 'cache_affected_rows'
Script[gamemodes/FGRP.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0



Re: Function error File is in found - Ahammad - 10.12.2014

You want download navigator software and start the program.


Re: Function error File is in found - NGGMars - 10.12.2014

I think this error due to an unsuitable mysql plugin you loaded. Or the includes are different from plugin version.
Do check out those reasons?

Add nativechecker.so from plugin section and paste the log if it not fixed again.


Re: Function error File is in found - BlueBaron - 10.12.2014

You must have the MySQL plugin that actually suits your server. If I'm not mistaken, there are three different MySQL plugins from different developers.


Re: Function error File is in found - eclipses - 10.12.2014

Thanks. i've worked it out