SA-MP Forums Archive
Mysql - 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 (/showthread.php?tid=481236)



Mysql - OnY - 14.12.2013

Hello...
I have a gamemode and when i put this gamemode on host dont`t work...
I putted nativechecker and crashdetect and i have :

Код:
[22:14:49]    Error: Function not registered: 'mysql_real_escape_string'
[22:14:49]    Error: Function not registered: 'mysql_store_result'
[22:14:49]    Error: Function not registered: 'mysql_num_rows'
[22:14:49]    Error: Function not registered: 'mysql_free_result'
[22:14:49]    Error: Function not registered: 'mysql_fetch_row_format'
[22:14:49]    Error: Function not registered: 'mysql_ping'
[22:14:49]    Error: Function not registered: 'mysql_query'
[22:14:49]    Error: Function not registered: 'mysql_connect'
[22:14:49]    Error: Function not registered: 'mysql_debug'
[22:14:49]    Error: Function not registered: 'mysql_retrieve_row'
[22:14:49]    Error: Function not registered: 'mysql_fetch_field_row'
[22:14:49] [debug] Run time error 19: "File or function is not found"
Код:
plugins mysql.so streamer.so sscanf.so nativechecker.so crashdetect.so



Re: Mysql - OnY - 14.12.2013

Anyone ?


Re: Mysql - Kells - 14.12.2013

do you use Volt-host?
if you do /:: Check there is a Button to update plugins so it accepts MYSQl


2/:: if you dont use it Search good and try to find that update


Re: Mysql - OnY - 14.12.2013

So,i need to update all plugins ?
I looking for plugins but i don`t find..i downloaded some plugins but i have all this error again..


Re: Mysql - OnY - 14.12.2013

I resolved but now i have some new errors :

[23:38:32] [debug] Run time error 3: "Stack/heap collision (insufficient stack size)"
[23:38:32] [debug] Stack pointer (STK) is 0x662744, heap pointer (HEA) is 0x663444
[23:38:32] [debug] AMX backtrace:
[23:38:32] [debug] #0 ?? in public Streamer_OnGameModeInit () from C-RP.amx
[23:38:32] [debug] #1 native CallLocalFunction () [080d2960] from samp03svr
[23:38:32] [debug] #2 ?? in public Itter_OnGameModeInit () from C-RP.amx
[23:38:32] [debug] #3 native CallLocalFunction () [080d2960] from samp03svr
[23:38:32] [debug] #4 ?? in public OnGameModeInit () from C-RP.amx
[23:38:32] C-RP
[23:38:32] Number of vehicle models: 0


Re: Mysql - arakuta - 14.12.2013

Make sure the compile version is the same as the plugin version.

a_mysql.inc and mysql.so/dll work in pairs.


Re: Mysql - OnY - 14.12.2013

I have a_mysql.inc > R5 and mysql.so >R5 ...
I have all that errors again...