SA-MP Forums Archive
VPS help - 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: VPS help (/showthread.php?tid=515322)



VPS help - kosa451 - 25.05.2014

I got these errors when i start the server on my VPS


Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[06:46:22] 
[06:46:22] Server Plugins
[06:46:22] --------------
[06:46:22]  Loading plugin: streamer
[06:46:22] 

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

[06:46:22]   Loaded.
[06:46:22]  Loading plugin: mysql
[06:46:22]   Failed.
[06:46:22]  Loading plugin: Whirlpool
[06:46:22]  
[06:46:22]  ==================
[06:46:22]  
[06:46:22]   Whirlpool loaded
[06:46:22]  
[06:46:22]  ==================
[06:46:22]  
[06:46:22]   Loaded.
[06:46:22]  Loading plugin: crashdetect
[06:46:22]   CrashDetect v4.10 is OK.
[06:46:22]   Loaded.
[06:46:22]  Loading plugin: nativechecker
[06:46:22]   Loaded.
[06:46:22]  Loading plugin: sscanf
[06:46:22] 

[06:46:22]  ===============================

[06:46:22]       sscanf plugin loaded.     

[06:46:22]          Version:  2.8.1        

[06:46:22]    © 2012 Alex "******" Cole  

[06:46:22]  ===============================

[06:46:22]   Loaded.
[06:46:22]  Loaded 5 plugins.

[06:46:22] 
[06:46:22] Filterscripts
[06:46:22] ---------------
[06:46:22]   Loading filterscript 'antiddos.amx'...
[06:46:22]    Error: Function not registered: 'fileOpen'
[06:46:22]    Error: Function not registered: 'fileSeek'
[06:46:22]    Error: Function not registered: 'fileRead'
[06:46:22] [debug] Run time error 19: "File or function is not found"
[06:46:22] [debug]  fileOpen
[06:46:22] [debug]  fileSeek
[06:46:22] [debug]  fileRead
[06:46:22]   Loaded 1 filterscripts.

[06:46:23]    Error: Function not registered: 'SSCANF_Init'
[06:46:23]    Error: Function not registered: 'SSCANF_Join'
[06:46:23]    Error: Function not registered: 'SSCANF_Leave'
[06:46:23]    Error: Function not registered: 'mysql_tquery'
[06:46:23]    Error: Function not registered: 'mysql_escape_string'
[06:46:23]    Error: Function not registered: 'cache_get_data'
[06:46:23]    Error: Function not registered: 'cache_get_field_content'
[06:46:23]    Error: Function not registered: 'sscanf'
[06:46:23]    Error: Function not registered: 'mysql_stat'
[06:46:23]    Error: Function not registered: 'mysql_log'
[06:46:23]    Error: Function not registered: 'mysql_connect'
[06:46:23]    Error: Function not registered: 'mysql_errno'
[06:46:23]    Error: Function not registered: 'mysql_close'
[06:46:23]    Error: Function not registered: 'cache_get_row'
[06:46:23]    Error: Function not registered: 'cache_insert_id'
[06:46:23]    Error: Function not registered: 'cache_affected_rows'
[06:46:23] [debug] Run time error 19: "File or function is not found"
[06:46:23] [debug]  mysql_tquery
[06:46:23] [debug]  mysql_escape_string
[06:46:23] [debug]  cache_get_data
[06:46:23] [debug]  cache_get_field_content
[06:46:23] [debug]  mysql_stat
[06:46:23] [debug]  mysql_log
[06:46:23] [debug]  mysql_connect
[06:46:23] [debug]  mysql_errno
[06:46:23] [debug]  mysql_close
[06:46:23] [debug]  cache_get_row
[06:46:23] [debug]  cache_insert_id
[06:46:23] [debug]  cache_affected_rows
[06:46:23] [debug] Run time error 19: "File or function is not found"
[06:46:23] [debug]  mysql_tquery
[06:46:23] [debug]  mysql_escape_string
[06:46:23] [debug]  cache_get_data
[06:46:23] [debug]  cache_get_field_content
[06:46:23] [debug]  mysql_stat
[06:46:23] [debug]  mysql_log
[06:46:23] [debug]  mysql_connect
[06:46:23] [debug]  mysql_errno
[06:46:23] [debug]  mysql_close
[06:46:23] [debug]  cache_get_row
[06:46:23] [debug]  cache_insert_id
[06:46:23] [debug]  cache_affected_rows
[06:46:23] Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
[06:46:23] Number of vehicle models: 0
But i dont get them when i start them on my Pc. whats wrong?


Re: VPS help - NoSoap - 25.05.2014

[06:46:22] Loading plugin: mysql
[06:46:22] Failed.

Are you sure your VPS isn't on Linux? (If so you'll need .so files).

If it's on windows it's likely its an outdated mysql version or you haven't configured the mysql (If you left it as localhost it won't work, you'll need to find a place to host the MySQL or do it off your VPS yourself).


Re: VPS help - kosa451 - 25.05.2014

the vps is windows.


Re: VPS help - kosa451 - 25.05.2014

how do i fix it then? i have it as localhost, but idk how to set something else :/


Re: VPS help - Excarius - 25.05.2014

I think i may know the issue, it's however a bit confusing to write, if you want i can help you through Teamviewer. PM me.

EDIT: Is it Windows 2008?


Re: VPS help - Khanz - 25.05.2014

Do you have MySQL setup?


Re: VPS help - kosa451 - 25.05.2014

Quote:
Originally Posted by Khanz
Посмотреть сообщение
Do you have MySQL setup?
Yes i do.


Re: VPS help - kosa451 - 25.05.2014

Quote:
Originally Posted by Excarius
Посмотреть сообщение
I think i may know the issue, it's however a bit confusing to write, if you want i can help you through Teamviewer. PM me.

EDIT: Is it Windows 2008?
Yes it is windows 2008.


Re: VPS help - kosa451 - 25.05.2014

Anyone?


Re: VPS help - Excarius - 25.05.2014

Bro, i know the solution, like i said it's not easy to write through step by step, if you can hand over teamviewer ID & Pass through PM and i will solve it in 5 - 10min.