Lots of errors
#1

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'
Reply
#2

I am not sure about this but did you try using old mysql plugins (R5,R6,R7) ^^?
Reply
#3

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
Reply
#4

Anyone have any suggestions?
Reply
#5

Does the MySQL plugin even loads on server startup?
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)