SA-MP Forums Archive
Mysql n Volt-Host - 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: Mysql n Volt-Host (/showthread.php?tid=452521)



Mysql n Volt-Host - TH3_R3D™ - 21.07.2013

well, hello,

I'm having a problem that only occurs on volt-host, which is <Run time error 19>.

Information I assume you should know:

1)All my includes + plugins(.so) are all up to date.
2)All gamemode files are compiled to 0.3x.
3)I'm using BlueG's Mysql plugin. (latest version)
4)Here's my Server-Log.

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

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[21:55:35] filterscripts = ""  (string)
[21:55:35] 
[21:55:35] Server Plugins
[21:55:35] --------------
[21:55:35]  Loading plugin: mysql.so
[21:55:35]  SA:MP MySQL Plugin v2.1.1 Loaded.
[21:55:35]   Loaded.
[21:55:35]  Loading plugin: streamer.so
[21:55:35] [MySQL] Thread running. Threadsafe: Yes.
[21:55:35] 

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

[21:55:35]   Loaded.
[21:55:35]  Loading plugin: nativechecker.so
[21:55:35]   Loaded.
[21:55:35]  Loaded 3 plugins.

[21:55:35] 
[21:55:35] Filterscripts
[21:55:35] ---------------
[21:55:35]   Loaded 0 filterscripts.

[21:55:35]    Error: Function not registered: 'mysql_debug'
[21:55:35]    Error: Function not registered: 'mysql_function_query'
[21:55:35]    Error: Function not registered: 'cache_get_data'
[21:55:35]    Error: Function not registered: 'cache_get_row'
[21:55:35] Script[gamemodes/LGRP.amx]: Run time error 19: "File or function is not found"
[21:55:35] Number of vehicle models: 0
5) thanks in advance , and you should know that any help you provides me with, thank you and I appreciate it.


Re: Mysql n Volt-Host - TH3_R3D™ - 22.07.2013

*waiting*....


Re: Mysql n Volt-Host - FaceTutorialz - 22.07.2013

You may want to try .dll plugins, this may work as your log looks like a windows log, not a linux log. If this don't work, go to server.cfg and add:

plugins nativechecker mysql streamer


Re: Mysql n Volt-Host - TH3_R3D™ - 22.07.2013

Quote:
Originally Posted by FaceTutorialz
Посмотреть сообщение
You may want to try .dll plugins, this may work as your log looks like a windows log, not a linux log. If this don't work, go to server.cfg and add:

plugins nativechecker mysql streamer
They're already added.
and it's a linux log.

Edit:Read the problem before you talk.

This is the problem:
Код:
[21:55:35]    Error: Function not registered: 'mysql_debug'
[21:55:35]    Error: Function not registered: 'mysql_function_query'
[21:55:35]    Error: Function not registered: 'cache_get_data'
[21:55:35]    Error: Function not registered: 'cache_get_row'



Re: Mysql n Volt-Host - nickdodd25 - 22.07.2013

I'm almost positive that this means that your plugin version is not the same as the include version, re-download the version you want and recompile with the include that came with it.


Re: Mysql n Volt-Host - TH3_R3D™ - 22.07.2013

Thanks both of you, I solved the problem.