Lots of errors - 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: Lots of errors (
/showthread.php?tid=565326)
Lots of errors -
Derexi - 26.02.2015
I've been coding my server on windows using MySQL R39-2. It's all worked fine and runs perfectly on localhost on my PC, but when I upload to my linux gameserver, I get these errors below. I've tried updating to the latest MySQL plugin, recompiling, nothing works. A similar thing happened with Incognito's streamer plugin, but a simple update to the latest plugin version fixed that.
Код:
[20:39:27] Error: Function not registered: 'cache_get_row'
[20:39:27] Error: Function not registered: 'mysql_format'
[20:39:27] Error: Function not registered: 'mysql_pquery'
[20:39:27] Error: Function not registered: 'mysql_log'
[20:39:27] Error: Function not registered: 'mysql_connect'
[20:39:27] Error: Function not registered: 'mysql_errno'
[20:39:27] Error: Function not registered: 'cache_get_data'
[20:39:27] Error: Function not registered: 'cache_get_row_int'
Re: Lots of errors -
Alex Magaсa - 26.02.2015
I am not sure about this but did you try using old mysql plugins (R5,R6,R7) ^^?
Re: Lots of errors -
Derexi - 26.02.2015
Quote:
Originally Posted by Alex Magaсa
I am not sure about this but did you try using old mysql plugins (R5,R6,R7) ^^?
|
Those versions aren't available anywhere, but I just tried downgrading to R33, and it didn't work.
EDIT: I've read elsewhere that people were compiling their gamemodes with an include of one version, but running the server with the plugin of a different version, thus getting a lot of errors, but this isn't the case with me. I have compiled my gamemode with an include of the same version as the plugin I'm trying to run the server with. First, I compiled and ran the server with the same version as I used on my PC locally, and that always worked fine. Cannot understand this. :P
Re: Lots of errors -
Derexi - 27.02.2015
Anyone have any suggestions?
Re: Lots of errors -
Michael B - 27.02.2015
Does the MySQL plugin even loads on server startup?
Re: Lots of errors -
Derexi - 28.02.2015
Quote:
Originally Posted by R3N3X
Does the MySQL plugin even loads on server startup?
|
No, this is all that happens when I start the server:
Код:
[12:19:58] Error: Function not registered: 'cache_get_row'
[12:19:58] Error: Function not registered: 'mysql_format'
[12:19:58] Error: Function not registered: 'mysql_pquery'
[12:19:58] Error: Function not registered: 'mysql_log'
[12:19:58] Error: Function not registered: 'mysql_connect'
[12:19:58] Error: Function not registered: 'mysql_errno'
[12:19:58] Error: Function not registered: 'cache_get_data'
[12:19:58] Error: Function not registered: 'cache_get_row_int'
[12:19:58] Script[gamemodes/FreeroamServer.amx]: Run time error 19: "File or function is not found"
[12:19:58] Number of vehicle models: 0