SA-MP Forums Archive
[URGENT]Host problem - 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: [URGENT]Host problem (/showthread.php?tid=513337)



[URGENT]Host problem - ThunderBold - 15.05.2014

Hi guys, i uploaded my server to host,i plugged it with my database(mysql) and i can start it from computer all is working,loading, all accounts are registering.
When i start it into host , i have all plugins .so and i get this error:
Код HTML:
----------
Loaded log file: "server_log.txt".
----------

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

[21:04:12] 
[21:04:12] Server Plugins
[21:04:12] --------------
[21:04:12]  Loading plugin: sscanf.so
[21:04:12] 

[21:04:12]  ===============================

[21:04:12]       sscanf plugin loaded.     

[21:04:12]          Version:  2.8.1        

[21:04:12]    © 2012 Alex "******" Cole  

[21:04:12]  ===============================

[21:04:12]   Loaded.
[21:04:12]  Loading plugin: streamer.so
[21:04:12] 

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

[21:04:12]   Loaded.
[21:04:12]  Loading plugin: mysql.so
[21:04:12] 

  > MySQL plugin R8 (****** code Revision 5) successfully loaded.

[21:04:12]   Loaded.
[21:04:12]  Loading plugin: crashdetect.so
[21:04:12]   CrashDetect v4.13 is OK.
[21:04:12]   Loaded.
[21:04:12]  Loading plugin: FileFunctions.so
[21:04:12]   Loaded.
[21:04:12]  Loaded 5 plugins.

[21:04:13] 
[21:04:13] Filterscripts
[21:04:13] ---------------
[21:04:13]   Loaded 0 filterscripts.

[21:04:13] [debug] Run time error 19: "File or function is not found"
[21:04:13] [debug]  cache_get_row_count
[21:04:13] [debug]  cache_get_field_count
[21:04:13] [debug]  mysql_query
[21:04:13] [debug]  mysql_escape_string
[21:04:13] [debug]  mysql_log
[21:04:13] [debug] Run time error 19: "File or function is not found"
[21:04:13] [debug]  cache_get_row_count
[21:04:13] [debug]  cache_get_field_count
[21:04:13] [debug]  mysql_query
[21:04:13] [debug]  mysql_escape_string
[21:04:13] [debug]  mysql_log
[21:04:13] Script[gamemodes/saints.amx]: Run time error 19: "File or function is not found"
[21:04:13] Number of vehicle models: 0



Re: [URGENT]Host problem - iAnonymous - 15.05.2014

Download nativechecker and post it's logs here .


Re: [URGENT]Host problem - iZN - 15.05.2014

You're missing MySQL plugin or probably having wrong plugin version.


Re: [URGENT]Host problem - nmader - 15.05.2014

Quote:
Originally Posted by iZN
Посмотреть сообщение
You're missing MySQL plugin or probably having wrong plugin version.
This ^, make sure you use the MySQL plugin that coordinates with your script's include file and that of your plugin.


Re: [URGENT]Host problem - NoSoap - 15.05.2014

Hi,

This is most likely a problem with your host, where are you hosting the MySQL database from?
It's caused by the server (which is hosting SA:MP) not having the right dependencies.

Also, you might have downloaded the .so, but is it for the right linux OS? There are many to choose from, you'd need to know exactly what linux OS it is running to get it to work.


Re: [URGENT]Host problem - ThunderBold - 16.05.2014

Quote:
Originally Posted by NoSoap
Посмотреть сообщение
Hi,

This is most likely a problem with your host, where are you hosting the MySQL database from?
It's caused by the server (which is hosting SA:MP) not having the right dependencies.

Also, you might have downloaded the .so, but is it for the right linux OS? There are many to choose from, you'd need to know exactly what linux OS it is running to get it to work.
I have host from triangle.gs and I think I have right plugin ver cuz it's starting on localhost.


Re: [URGENT]Host problem - Saurik - 16.05.2014

You need to compile your gamemode with the SAME version of mysql plugin you are using on ur host..


ex: Compile with R7, use R7


Re: [URGENT]Host problem - Astralis - 16.05.2014

Quote:
Originally Posted by ThunderBold
Посмотреть сообщение
I have host from triangle.gs and I think I have right plugin ver cuz it's starting on localhost.
Check in server logs then, if it's R8 too like on linux, or not.


Re: [URGENT]Host problem - ThunderBold - 16.05.2014

So today i downloaded again mysql r34 plugin version for .so , i putted the include file into pawno , i recompiled , uploaded to host and it's still don't working.
My question is now , i have 2 different folders into my ftp:
__MACOSX, and i don't upload files in it , i upload them out of the folder.


Re: [URGENT]Host problem - ColorHost-Kevin - 16.05.2014

What does your log now say?

Did you upload them to the correct location? (plugins folder)