SA-MP Forums Archive
Plugin 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: Plugin Errors! (/showthread.php?tid=608858)



Plugin Errors! - ArianGubetini - 05.06.2016

Im getting this errors from mysql plugin:

Код:
23:56:32]    Error: Function not registered: 'mysql_query'
[23:56:32]    Error: Function not registered: 'mysql_connect'
[23:56:32]    Error: Function not registered: 'mysql_insert_id'
[23:56:32]    Error: Function not registered: 'mysql_store_result'
[23:56:32]    Error: Function not registered: 'mysql_num_rows'
[23:56:32]    Error: Function not registered: 'mysql_retrieve_row'
[23:56:32]    Error: Function not registered: 'mysql_fetch_field_row'
[23:56:32]    Error: Function not registered: 'mysql_free_result'
Plugin loads successfully and works but some futures wont work.Can anyone help me to get rid of this errors?
Thank you!


Re: Plugin Errors! - Logic_ - 06.06.2016

you haven't loaded the plugin.


Re: Plugin Errors! - SecDet - 06.06.2016

If you download the plugin but you get such an error, it may be due to incompatible versions of plugin and include.


Re: Plugin Errors! - ArianGubetini - 06.06.2016

Quote:
Originally Posted by ALiScripter
Посмотреть сообщение
you haven't loaded the plugin.
Plugin is loading good i think:
Код:
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[23:24:13] 
[23:24:13] Server Plugins
[23:24:13] --------------
[23:24:13]  Loading plugin: sscanf.so
[23:24:13] 

[23:24:13]  ===============================

[23:24:13]       sscanf plugin loaded.     

[23:24:13]          Version:  2.8.1        

[23:24:13]    © 2012 Alex "******" Cole  

[23:24:13]  ===============================

[23:24:13]   Loaded.
[23:24:13]  Loading plugin: streamer.so
[23:24:13] 

*** Streamer Plugin v2.8 by Incognito loaded ***

[23:24:13]   Loaded.
[23:24:13]  Loading plugin: socket.so
[23:24:13]  Socket plugin v0.1b loaded.
[23:24:13]   Loaded.
[23:24:13]  Loading plugin: nativechecker.so
[23:24:13]   Loaded.
[23:24:13]  Loading plugin: mysqlR6.so
[23:24:13] 

  > MySQL plugin R6 successfully loaded.

[23:24:13]   Loaded.
[23:24:13]  Loaded 5 plugins.



Re: Plugin Errors! - ArianGubetini - 06.06.2016

Quote:
Originally Posted by SecDet
Посмотреть сообщение
If you download the plugin but you get such an error, it may be due to incompatible versions of plugin and include.
I downloaded and tried all plugin versions but still getting this error.


Re: Plugin Errors! - Konstantinos - 06.06.2016

As long as it doesn't give run time error 19, ignore those messages. In order to get rid of them, load nativechecker plugin last otherwise any plugin is loaded after nativechecker will give their functions as not registered - even if they are.


Re: Plugin Errors! - xPhantom - 06.06.2016

You are not using the correct plugin. What script are you using?


Re: Plugin Errors! - ArianGubetini - 06.06.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
As long as it doesn't give run time error 19, ignore those messages. In order to get rid of them, load nativechecker plugin last otherwise any plugin is loaded after nativechecker will give their functions as not registered - even if they are.
You are right.It worked.Thanks.
Rep+


Re: Plugin Errors! - SecDet - 06.06.2016

Are you sure that this is the correct version of the plugin for Gamemode?

And yet, did you check the compatibility of the plugin and include?


Re: Plugin Errors! - ArianGubetini - 06.06.2016

Quote:
Originally Posted by SecDet
Посмотреть сообщение
Are you sure that this is the correct version of the plugin for Gamemode?

And yet, did you check the compatibility of the plugin and include?
How do I know if I'am using the correct plugin,because I downloaded the script(it does not tell which plugin to use).