SA-MP Forums Archive
MYSQL plugin error.. - 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 plugin error.. (/showthread.php?tid=604433)



MYSQL plugin error.. - Connor Smith - 04.04.2016

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

[00:49:16] filterscripts = ""  (string)
[00:49:16] 
[00:49:16] Server Plugins
[00:49:16] --------------
[00:49:16]  Loading plugin: mysql.so
[00:49:16]   Failed (plugins/mysql.so: undefined symbol: _Z13stringvprintfPKcPc)
[00:49:16]  Loading plugin: streamer.so
[00:49:16] 

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

[00:49:16]   Loaded.
[00:49:16]  Loading plugin: sscanf.so
[00:49:16] 

[00:49:16]  ===============================

[00:49:16]       sscanf plugin loaded.     

[00:49:16]          Version:  2.8.1        

[00:49:16]    © 2012 Alex "******" Cole  

[00:49:16]  ===============================

[00:49:16]   Loaded.
[00:49:16]  Loading plugin: Whirlpool.so
[00:49:16]  
[00:49:16]  ==================
[00:49:16]  
[00:49:16]   Whirlpool loaded
[00:49:16]  
[00:49:16]  ==================
[00:49:16]  
[00:49:16]   Loaded.
[00:49:16]  Loading plugin: nativechecker.so
[00:49:16]   Loaded.
[00:49:16]  Loaded 4 plugins.

[00:49:16] 
[00:49:16] Filterscripts
[00:49:16] ---------------
[00:49:16]   Loaded 0 filterscripts.

[00:49:16]    Error: Function not registered: 'GetActorPos'
[00:49:16]    Error: Function not registered: 'mysql_connect'
[00:49:16]    Error: Function not registered: 'mysql_ping'
[00:49:16]    Error: Function not registered: 'mysql_function_query'
[00:49:16]    Error: Function not registered: 'cache_get_field_content'
[00:49:16]    Error: Function not registered: 'mysql_real_escape_string'
[00:49:16]    Error: Function not registered: 'cache_get_data'
[00:49:16]    Error: Function not registered: 'mysql_affected_rows'
[00:49:16]    Error: Function not registered: 'mysql_insert_id'
[00:49:16]    Error: Function not registered: 'cache_get_row'
[00:49:16] Script[gamemodes/roleplay47.amx]: Run time error 19: "File or function is not found"
[00:49:16] Number of vehicle models: 0
I am using Mysql version R7 and I cant change it..not now I need help to fix this problem, can someone help me?


Re: MYSQL plugin error.. - Abagail - 04.04.2016

The first function not registered stems from you using 0.3z where the actor system has not yet been implemented. The other errors likely stem from the R7 version of the MySQL not using those function names. There isn't a reason why you can't convert R7 to R39 by the way, it is completely doable.


Re: MYSQL plugin error.. - Sew_Sumi - 05.04.2016

Quote:
Originally Posted by Abagail
Посмотреть сообщение
The other errors likely stem from the R7 version of the MySQL not using those function names. There isn't a reason why you can't convert R7 to R39 by the way, it is completely doable.
It's from using the wrong version of the MySQL plugin.

https://sampforum.blast.hk/showthread.php?tid=450348