SA-MP Forums Archive
Runtime eror I try to fix everthings[*******] - 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: Runtime eror I try to fix everthings[*******] (/showthread.php?tid=607406)



Runtime eror I try to fix everthings[*******] - aunzconcept - 19.05.2016

******* video = > https://www.youtube.com/watch?v=QATNq3-ixAQ


I can run on my computer [win 7]
but I cannot run on my vps [win server2012]

[south central Gamemode]
----------------------------------------------------
Please Help me..

----------------------------------------------------
My log file [in vps]
Код:
----------
Loaded log file: "server_log.txt".
----------

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

[19:38:01] 
[19:38:01] Server Plugins
[19:38:01] --------------
[19:38:01]  Loading plugin: mysql
[19:38:01]   Failed.
[19:38:01]  Loading plugin: streamer
[19:38:01]   Loaded.
[19:38:01]  Loading plugin: sscanf
[19:38:01] 

[19:38:01]  ===============================

[19:38:01]       sscanf plugin loaded.     

[19:38:01]          Version:  2.8.1        

[19:38:01]    © 2012 Alex "******" Cole  

[19:38:01]  ===============================

[19:38:01]   Loaded.
[19:38:01]  Loading plugin: Whirlpool
[19:38:01]  
[19:38:01]  ==================
[19:38:01]  
[19:38:01]   Whirlpool loaded
[19:38:01]  
[19:38:01]  ==================
[19:38:01]  
[19:38:01]   Loaded.
[19:38:01]  Loading plugin: nativechecker
[19:38:01]   Loaded.
[19:38:01]  Loaded 4 plugins.

[19:38:01] 
[19:38:01] Filterscripts
[19:38:01] ---------------
[19:38:01]   Loading filterscript 'AutoMessages.amx'...
[19:38:01]   Loading filterscript 'hidBar.amx'...
[19:38:01]   Loaded 2 filterscripts.

[19:38:01]    Error: Function not registered: 'mysql_connect'
[19:38:01]    Error: Function not registered: 'mysql_errno'
[19:38:01]    Error: Function not registered: 'mysql_tquery'
[19:38:01]    Error: Function not registered: 'cache_get_field_content'
[19:38:01]    Error: Function not registered: 'mysql_escape_string'
[19:38:01]    Error: Function not registered: 'cache_get_data'
[19:38:01]    Error: Function not registered: 'cache_affected_rows'
[19:38:01]    Error: Function not registered: 'cache_insert_id'
[19:38:01]    Error: Function not registered: 'cache_get_row'
[19:38:01] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
[19:38:01] Number of vehicle models: 0
My server file [in vps]

Код:
echo Executing Server Config...
lanmode 0
rcon_password test412
maxplayers 1000
port 7777
hostname test
gamemode0 roleplay 1
filterscripts AutoMessages hidBar 
announce 0 
plugins mysql streamer sscanf Whirlpool nativechecker
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language Thailand



Re: Runtime eror I try to fix everthings[*******] - Danzou - 19.05.2016

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


Re: Runtime eror I try to fix everthings[*******] - GoldenLion - 19.05.2016

Your MySQL failed to load.


Re: Runtime eror I try to fix everthings[*******] - Noris - 19.05.2016

Probably there is a missing library or .dll on your root directory. Or like what GoldenLion said your mysql has failed to load, thats why


Re: Runtime eror I try to fix everthings[*******] - aunzconcept - 19.05.2016

Thank you, Success full hahaha thank a lot!!!