SA-MP Forums Archive
Mysql functions not registered erros - 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: Mysql functions not registered erros (/showthread.php?tid=519806)



Mysql functions not registered erros - Duck4coder - 15.06.2014

Hey guys, I was wondering if you could help me with an error I am getting :/

Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[00:45:06] filterscripts = ""  (string)
[16/06/14 | 00:45:06] 
[16/06/14 | 00:45:06] Server Plugins
[16/06/14 | 00:45:06] --------------
[16/06/14 | 00:45:06]  Loading plugin: sscanf
[16/06/14 | 00:45:06] 

[16/06/14 | 00:45:06]  ===============================

[16/06/14 | 00:45:06]       sscanf plugin loaded.     

[16/06/14 | 00:45:06]          Version:  2.8.1        

[16/06/14 | 00:45:06]    © 2012 Alex "******" Cole  

[16/06/14 | 00:45:06]  ===============================

[16/06/14 | 00:45:06]   Loaded.
[16/06/14 | 00:45:06]  Loading plugin: crashdetect
[16/06/14 | 00:45:06]   CrashDetect v4.13 is OK.
[16/06/14 | 00:45:06]   Loaded.
[16/06/14 | 00:45:06]  Loading plugin: nativechecker
[16/06/14 | 00:45:06]   Loaded.
[16/06/14 | 00:45:06]  Loading plugin: mysql
[16/06/14 | 00:45:06] 

  > MySQL plugin R5 successfully loaded.

[16/06/14 | 00:45:06]   Loaded.
[16/06/14 | 00:45:06]  Loaded 4 plugins.

[16/06/14 | 00:45:06] 
[16/06/14 | 00:45:06] Filterscripts
[16/06/14 | 00:45:06] ---------------
[16/06/14 | 00:45:06]   Loaded 0 filterscripts.

[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_connect'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_ping'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_debug'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_query'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_store_result'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_num_rows'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_free_result'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_retrieve_row'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_fetch_field_row'
[16/06/14 | 00:45:06]    Error: Function not registered: 'mysql_fetch_row_format'
[16/06/14 | 00:45:06] [MYSQL]: Selected database --------- on server ----------- with user ------.
[16/06/14 | 00:45:06] 
------------------------------------
[16/06/14 | 00:45:06] San Fierro RP script has been loaded 
[16/06/14 | 00:45:06] ------------------------------------

[16/06/14 | 00:45:06] :: MySQL Conecting :: To '----------' as '-----' to database '--------'.
[16/06/14 | 00:45:06] Number of vehicle models: 0
[16/06/14 | 00:48:42] --- Server Shutting Down.
The server still works and the mysql still connects to the database, but it just keeps sending me the errors.


Re: Mysql functions not registered erros - DobbysGamertag - 15.06.2014

Are you using the correct plugin?


Re: Mysql functions not registered erros - Duck4coder - 15.06.2014

Yes, I'm using the latest mysql by BlueG, the one without threading. I've got the include, the .dll and the libmysql.dll sooo...