SA-MP Forums Archive
Getting MySQL errors but Server is Working - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Getting MySQL errors but Server is Working (/showthread.php?tid=597776)



Getting MySQL errors but Server is Working - cosmean - 04.01.2016

Hello guys, I'm pretty new to scripting and MySql and today I followed this tutorial Overhaul's MySQL Registration System and everything works fine BUT I have the 'nativechecker' plugin installed wich gives me this errors http://postimg.org/image/v2agzxwv1/.
But everything is working as they should, my username, password, money, position, etc.
Why I'm getting those errors? If I disable nativechecker they are gone. I mean it must be a reason why I'm getting them.

Errors(for indexing purpose)
Error: Function not registered: 'mysql_log'
Error: Function not registered: 'mysql_connect'
Error: Function not registered: 'mysql_errno'
Error: Function not registered: 'mysql_format'
Error: Function not registered: 'mysql_tquery'
Error: Function not registered: 'WP_Hash'
Error: Function not registered: 'cache_get_data'
Error: Function not registered: 'cache_get_field_content'
Error: Function not registered: 'cache_get_field_content_int'
Error: Function not registered: 'cache_get_field_content_float'
Error: Function not registered: 'cache_insert_id'


Re: Getting MySQL errors but Server is Working - AndySedeyn - 04.01.2016

Nativechecker has to be the last plugin defined in server.cfg:

Example:
Код:
plugins mysql nativechecker



Re: Getting MySQL errors but Server is Working - cosmean - 04.01.2016

Thank you for your response. Now the errors are gone.