Mysql Errors
#1

Hello there,

I have a couple of MYSQL errors, I imported everything and compiled everything without any warning or error.
Now if I start my server it says:

Код:
[19:20:36] Error: Function not registered: 'mysql_function_query'
[19:20:36] Error: Function not registered: 'cache_get_data'
[19:20:36] Error: Function not registered: 'cache_get_row'
[19:20:36] Error: Function not registered: 'cache_get_row_int'
[19:20:36] Error: Function not registered: 'cache_get_row_float'
[19:20:36] Script[gamemodes/myrp.amx]: Run time error 19: "File or function is not found"
[19:20:36] Number of vehicle models: 0
I'm using Blueg's mysql R34.

Thanks!
Reply
#2

Make sure you have the right include/plugin or try complying your script with your new includes, don't forget to place mysql.so or mysql.dll in server.cfg
Reply
#3

I tried everything already.. unfortunately that didn't managed to fix it..
Reply
#4

Is mysql plugin loaded? If not, that's why. If it is, then make sure that the plugin file does match with the include's version. For example, if you recompile with a_mysql.inc to version R34 and you use mysql.dll or mysql.so with version R6 will fail.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)