Mysql problem help fast.. -
X|Dragon|X - 04.08.2014
[13:02:26] Error: Function not registered: 'mysql_tquery'
[13:02:26] Error: Function not registered: 'mysql_escape_string'
[13:02:26] Error: Function not registered: 'cache_get_data'
[13:02:26] Error: Function not registered: 'cache_get_field_content'
[13:02:26] Error: Function not registered: 'mysql_log'
[13:02:26] Error: Function not registered: 'cache_get_row'
[13:02:26] Error: Function not registered: 'cache_insert_id'
[13:02:26] Error: Function not registered: 'cache_affected_rows'
[13:02:26] Script[gamemodes/sael.amx]: Run time error 19: "File or function is not found"
[13:02:26] Number of vehicle models: 0
All plugins has loaded fine, but idk whats wrong.. please help fast.
Re: Mysql problem help fast.. -
ronyx69 - 04.08.2014
It just looks like you have not put some plugin in the server.cfg to make it load. Your gm has functions that the server can't find. Maybe the plugin has some additional files that have to be correctly placed in the server or plugin folder.
Re: Mysql problem help fast.. -
X|Dragon|X - 04.08.2014
No, i have put all the plugins and i know that because i know the kind of plugins i complied the script with, no no it's not that, need something helpful.. :X please
Re: Mysql problem help fast.. -
X|Dragon|X - 04.08.2014
BUMPP
Re: Mysql problem help fast.. -
BroZeus - 04.08.2014
get latest plugin
and recompile all ur scripts [inlcuding FS if any] with latest inlcude
Re: Mysql problem help fast.. -
X|Dragon|X - 04.08.2014
Already did, still the errors i listed above.
Re: Mysql problem help fast.. -
iFarbod - 04.08.2014
Download MySQL Plugin by BlueG And maddinat0r. I Mean version R39-2.
Make sure your mode aren't using R7 Functions.
Load
nativechecker after all of plugins.
Код:
plugins anyplugin anotherplugin nativechecker
Re: Mysql problem help fast.. -
X|Dragon|X - 04.08.2014
When i use BlueG mysql plugin, it says failed to load mysql, but when i use the strikenkid... or w.e plugin it loads but i still get errors.
EDIT:
When i complied with the blueG mysql plugin got this errors:
undefined symbol "mysql_insert_id"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
undefined symbol "mysql_affected_rows"
Re: Mysql problem help fast.. -
X|Dragon|X - 04.08.2014
BUMP
Re: Mysql problem help fast.. -
TakeiT - 04.08.2014
It's a plugin issue, that's all I can really say with the information you've provided. Ensure you have .so at the end of the plugin if it's linux.