SA-MP Forums Archive
MYsql problems - 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: MYsql problems (/showthread.php?tid=603100)



MYsql problems - ThatFag - 18.03.2016

hey.
i got some problems with mysql , hoster is using .so version which means is linux btw when i upload new plugin i get these errors .

Код HTML:
[18:38:52] [debug] Run time error 19: "File or function is not found"
[18:38:52] [debug]  mysql_query
[18:38:52] [debug] Run time error 19: "File or function is not found"
[18:38:52] [debug]  mysql_query
[18:38:52] Script[gamemodes/aa.amx]: Run time error 19: "File or function is not found"
[18:38:52] Number of vehicle models: 0



Re: MYsql problems - DTV - 18.03.2016

Have you checked through the server logs to see if the plugin loads?


Re: MYsql problems - ThatFag - 18.03.2016

Yes it does load after it gives the errors


Re: MYsql problems - ThatFag - 18.03.2016

full logo.

Код HTML:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[19:06:55] 
[19:06:55] Server Plugins
[19:06:55] --------------
[19:06:55]  Loading plugin: irc.so
[19:06:55] 

*** IRC Plugin v1.4.6 by Incognito loaded ***

[19:06:55]   Loaded.
[19:06:55]  Loading plugin: crashdetect.so
[19:06:55]   CrashDetect v4.15.1 is OK.
[19:06:55]   Loaded.
[19:06:55]  Loading plugin: mysql.so
[19:06:55] 

  > MySQL plugin R7 successfully loaded.

[19:06:55]   Loaded.
[19:06:55]  Loading plugin: streamer.so
[19:06:55] 

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

[19:06:55]   Loaded.
[19:06:55]  Loading plugin: sscanf.so
[19:06:55] 

[19:06:55]  ===============================

[19:06:55]       sscanf plugin loaded.     

[19:06:55]    © 2009 Alex "******" Cole

[19:06:55]  ===============================

[19:06:55]   Loaded.
[19:06:55]  Loaded 5 plugins.

[19:06:55] 
[19:06:55] Filterscripts
[19:06:55] ---------------
[19:06:55]   Loading filterscript 'UltraHost.amx'...
[19:06:55]   Unable to load filterscript 'UltraHost.amx'.
[19:06:55]   Loaded 0 filterscripts.

[19:06:55] [debug] Run time error 19: "File or function is not found"
[19:06:55] [debug]  mysql_query
[19:06:55] [debug] Run time error 19: "File or function is not found"
[19:06:55] [debug]  mysql_query
[19:06:55] Script[gamemodes/aa.amx]: Run time error 19: "File or function is not found"
[19:06:55] Number of vehicle models: 0



Re: MYsql problems - AndySedeyn - 18.03.2016

BlueG's MySQL R7 plugin only supports threaded queries; mysql_tquery.


Re: MYsql problems - ThatFag - 18.03.2016

but when i download .inc file and move to includes then complie i get tons of errors and with MYsql r5 doesnt give me errors
any idea ?


Re: MYsql problems - AndySedeyn - 18.03.2016

Which errors do you get with R5?


Re: MYsql problems - ThatFag - 18.03.2016

none btw if i change it to R6 or 7 doesnt matter , it gives me alot of errors


Re: MYsql problems - AndySedeyn - 18.03.2016

You have to update your gamemode with the updated functions and syntax that come with new versions. I don't know with which version the gamemode was made, so I can't really help you other than say what I said.


Re: MYsql problems - ThatFag - 18.03.2016

can it be caused cuz of Mysql fail connection to Gm ?
or it gives other errors