How to fix it? -
roncohen - 31.05.2015
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[12:15:51] password = "" (string)
[12:15:51]
[12:15:51] Server Plugins
[12:15:51] --------------
[12:15:51] Loading plugin: sscanf.so
[12:15:51]
[12:15:51] ===============================
[12:15:51] sscanf plugin loaded.
[12:15:51] Version: 2.8.1
[12:15:51] © 2012 Alex "******" Cole
[12:15:51] ===============================
[12:15:51] Loaded.
[12:15:51] Loading plugin: mysql.so
[12:15:51] Failed (plugins/mysql.so: invalid ELF header)
[12:15:51] Loading plugin: Whirlpool.so
[12:15:51]
[12:15:51] ==================
[12:15:51]
[12:15:51] Whirlpool loaded
[12:15:51]
[12:15:51] ==================
[12:15:51]
[12:15:51] Loaded.
[12:15:51] Loading plugin: streamer.so
[12:15:51]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[12:15:51] Loaded.
[12:15:51] Loading plugin: nativechecker.so
[12:15:51] Loaded.
[12:15:51] Loaded 4 plugins.
[12:15:51]
[12:15:51] Ban list
[12:15:51] --------
[12:15:51] Loaded: samp.ban
[12:15:51]
[12:15:51]
[12:15:51] Filterscripts
[12:15:51] ---------------
[12:15:51] Loading filterscript 'yom_buttons.amx'...
[12:15:51] Loading filterscript 'vactions.amx'...
[12:15:51] Loading filterscript 'Server.amx'...
[12:15:51] Loading filterscript 'PlayerInteriors.amx'...
[12:15:51] Loading filterscript 'PlayerExteriors.amx'...
[12:15:51] Loading filterscript 'gcustom03e.amx'...
[12:15:51] Loading filterscript 'gcustom.amx'...
[12:15:51] Loading filterscript 'anims.amx'...
[12:15:51] Loaded 8 filterscripts.
[12:15:51] Error: Function not registered: 'mysql_tquery'
[12:15:51] Error: Function not registered: 'mysql_escape_string'
[12:15:51] Error: Function not registered: 'cache_get_data'
[12:15:51] Error: Function not registered: 'cache_get_field_content'
[12:15:51] Error: Function not registered: 'mysql_stat'
[12:15:51] Error: Function not registered: 'mysql_log'
[12:15:51] Error: Function not registered: 'mysql_connect'
[12:15:51] Error: Function not registered: 'mysql_errno'
[12:15:51] Error: Function not registered: 'mysql_close'
[12:15:51] Error: Function not registered: 'cache_get_row'
[12:15:51] Error: Function not registered: 'cache_insert_id'
[12:15:51] Error: Function not registered: 'cache_affected_rows'
[12:15:51] Script[gamemodes/PGGRP.amx]: Run time error 19: "File or function is not found"
[12:15:51] Number of vehicle models: 0
Re: How to fix it? -
Konstantinos - 31.05.2015
https://github.com/pBlueG/SA-MP-MySQ...ases/tag/R39-3
Re-download the plugin for Linux (it has CentOS and Debian options).
Re: How to fix it? -
Bennyy - 31.05.2015
Make sure you have the correct MYSQL plugin that the script requires and then recomplie the script - hope it works for you
Re: How to fix it? -
Phaze - 31.05.2015
Quote:
[12:15:51] Loading plugin: mysql.so
[12:15:51] Failed (plugins/mysql.so: invalid ELF header)
|
Make sure you have set to mysql.so in the config file, and check the plugin uploaded correctly.
Re: How to fix it? -
Konverse - 31.05.2015
This is just a common problem if your MyQSL.so isn't set properly. Try to check the plugin if it's uploaded properly and if not, try to re upload it.
Re: How to fix it? -
Bennyy - 01.06.2015
recompile with latest sql plugin version and make sure the sql connects properly, if not adjust it accordingly.
Re: How to fix it? -
muzammilfreeman - 01.06.2015
Recompile with latest MySQl plugin, current MySQL plugin does not matches the script version. Or use MySQL version which matches the script version..