[HELP] I can´t successfully start eXpansion

The next generation of server controlling with clean and powerful user interface

Moderators: reaby, oliverde8, NADEO

Post Reply
User avatar
norko2007
Posts: 41
Joined: 04 Aug 2016, 18:32
Contact:

[HELP] I can´t successfully start eXpansion

Post by norko2007 »

I have a server that works perfect and I use UASECO.
I have decided to use eXpansion as the server controller, but after its "easy" configuration on the server nothing appears.
I donwload the eXpansion 1.0.1.2 from:
http://ml-expansion.com/download.php
For the installation of eXpansion I have based on the installation guide of:
https://github.com/eXpansionPluginPack/ ... ll-windows
My server are in:

Code: Select all

C:\ManiaplanetServer\GameServer
eXpansion are in:

Code: Select all

C:\ManiaplanetServer\GameServer\eXpansion-1.0.1.2
My eXpansion run.ini:

Code: Select all

; config the path to your php executeable here. Ejemplo: phpPath=C:\xampp\php\php.exe
phpPath=C:\xampp\php\php.exe
; do not remove this line!
My eXpansion config.ini:

Code: Select all

;------------------
; Dedicated Server
;------------------

server.host = '127.0.0.1'
server.port = 5002
server.user = 'SuperAdmin'
server.password = 'SuperAdminPASS'

; when a connection can't be established after the given amount
; of time, it will timeout and manialive will shutdown.
server.timeout = 5

; how many errors before quitting the ManiaLive process
config.maxErrorCount = 30

;------------------
; Database
;------------------
database.enable = true

; Connection configuration
database.host = '127.0.0.1'
database.port = 3306
database.username = 'root'
database.password = ''
database.database = 'DATABASE NAME'

;------------------
; Master Admins
;------------------

; Add Master Admins, that shall be able to control your server from game.
manialive.admins[] = 'MY PLAYER LOGIN'

;------------------
; Plugins
;------------------

; Autoloader handles all eXpansion specific stuff automatically
manialive.plugins[] = 'ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad'

; Define native manialive plugins here
; manialive.plugins[] = 'ManiaLivePlugins\yourplugin\yourplugin'

;------------------
; ManiaLive specific config
;------------------

; the default is %application%/logs
; config.logsPath = /var/logs

; the prefix for each log filename
; config.logsPrefix = ''

; whether to write console output into a file, default is Off
; config.runtimeLog = On

; whether to gather errors from all instances to a single file, default is Off
; config.globalErrorLog = On

; where is located the dedicated server for manialive command line options (default is ManiaLive root) 
config.dedicatedPath = C:\ManiaplanetServer\GameServer 

;------------------
; WebServices
;------------------

; configure your ManiaPlanet WebServices API credentials
; every plugin using a web service should take these values for ease sake

; wsapi.username = ''
; wsapi.password = ''
When I start eXpansion from run.bat this is what happens:

Code: Select all

Página de códigos activa: 65001
PHP Warning:  Module 'openssl' already loaded in Unknown on line 0

Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning:  Module 'openssl' already loaded in Unknown on line 0

Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning:  Module 'ftp' already loaded in Unknown on line 0

Warning: Module 'ftp' already loaded in Unknown on line 0

 _|      _|                      _|            _|        _|
 _|_|  _|_|    _|_|_|  _|_|_|          _|_|_|  _|            _|    _|    _|_|
 _|  _|  _|  _|    _|  _|    _|  _|  _|    _|  _|        _|  _|    _|  _|_|_|_|
 _|      _|  _|    _|  _|    _|  _|  _|    _|  _|        _|  _|  _|    _|
 _|      _|    _|_|_|  _|    _|  _|    _|_|_|  _|_|_|_|  _|    _|        _|_|_|
-----------------------------------------------------
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer    -> required  -> [ Yes ] 7.1.7
Standard PHP Library  -> required  -> [ Yes ]
JSON                  -> required  -> [ Yes ]
cURL with SSL         -> required  -> [ Yes ] 7.54.1 (with OpenSSL/1.0.2k)
MySQL                 -> optional  -> [ No  ]
MySQLI                -> optional  -> [ Yes ]
SQLite3               -> optional  -> [ Yes ]
-----------------------------------------------------
MySQL is disabled, threading will not work. ManiaLive may encounter some perfomance trouble.
Running ManiaLive 4.0.0...
[PluginHandler] Start plugin load process:
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad" 1.0.1.2...
[eXpansion][AutoLoad] AutoLoading eXpansion pack ...
[eXpansion][AutoLoad] Unknown plugin path : libraries/ManiaLivePlugins
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Core\Core" 1.0.1.2...
[eXpansion][Core]


                     __   __                      _
                     \ \ / /                     (_)
                  ___ \ ' / _ __   __ _ _ __  ___ _  ___  _ __
                 / _ \ > < | '_ \ / _` | '_ \/ __| |/ _ \| '_ \
                |  __// . \| |_) | (_| | | | \__ \ | (_) | | | |
                 \___/_/ \_\ .__/ \__,_|_| |_|___/_|\___/|_| |_|
...........................| |.........Plugin Pack for Manialive...............
                           |_|
[eXpansion][Core] Dedicated Server running for title: BaF1@mcrobert
[eXpansion][Core] Dedicated Server api version in use: 2013-04-16
[eXpansion][Core] eXpansion version: 1.0.1.2
[eXpansion][Core] Minimum Dedicated version 2014.7.24: Pass (2017.8.2)
[eXpansion][Core] Minimum PHP version 5.4.3: Pass (7.1.7)
[eXpansion][Core] Garbage Collector enabled: Pass
[eXpansion][Core]
[eXpansion][Core] Checking write permission in directories :
[eXpansion][Core] Permissions are fine for directory : 'tmp'
[eXpansion][Core] Permissions are fine for directory : 'tmp/rfr-f1'
[eXpansion][Core]
[eXpansion][Core] Version 1.0.1.2 build 2016-10-23 03:25:11 PM
[eXpansion][Core]
[eXpansion][Core] Language support detected for: de,en,fi,fr!
[eXpansion][Core] Enabling default locale:
[eXpansion][Core]
[eXpansion][Core]
[eXpansion][Core] -------------------------------------------------------------------------------
[eXpansion][Core]
[eXpansion][Core] Script mode running, but can't enable 'S_UseScriptCallbacks'... perhaps non-nadeo script running ?
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\AdminGroups\AdminGroups" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\AutoUpdate\AutoUpdate" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\ChatAdmin\ChatAdmin" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Gui\Gui" 0.1...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Adm\Adm" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Database\Database" 1.0.1.2...

-------------------------------------------------------------------------------

                  Enabling eXpansion Analytics Tool :
This will gather some anonymous data from you server in order to improve
eXpansion and it's components. It can always be disabled in the settings.
We would appreciate it if you let it run. Thanks
eXpansion Dev Team.

-------------------------------------------------------------------------------

[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Chatlog\Chatlog" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Emotes\Emotes" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\DonatePanel\DonatePanel" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Faq\Faq" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\JoinLeaveMessage\JoinLeaveMessage" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\LocalRecords\LocalRecords" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\ManiaExchange\ManiaExchange" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\MapRatings\MapRatings" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Maps\Maps" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Players\Players" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Statistics\Statistics" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Votes\Votes" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_Clock\Widgets_Clock" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_BestCheckpoints\Widgets_BestCheckpoints" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_EndRankings\Widgets_EndRankings" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_PersonalBest\Widgets_PersonalBest" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_ResSkip\Widgets_ResSkip" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_ServerInfo\Widgets_ServerInfo" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_Map\Widgets_Map" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_LocalRecords\Widgets_LocalRecords" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_LiveRankings\Widgets_LiveRankings" 1.0.1.2...
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Menu\Menu" 1.0.1.2...
[PluginHandler] All registered plugins have been loaded

 Multiple Groups to send windows : 2
[GuiHandler] error while sending windows: Invalid Manialink page: XML Error at [1, 0]: Parsing declaration "xml version="1.0" encoding="UTF-8"" [GuiHandler] error while sending windows: Invalid Manialink page: XML Error at [1, 0]: Parsing declaration "xml version="1.0" encoding="UTF-8"" [GuiHandler] error while sending windows: Invalid Manialink page: XML Error at [1, 0]: Parsing declaration "xml version="1.0" encoding="UTF-8"" [LocalRecods]Updating Ranks for xje8swjzRsm0OhNvIGmhiUju8g5 Started ...
[LocalRecods]Updating Ranks for xje8swjzRsm0OhNvIGmhiUju8g5 Ended in : 0.002016ms
[18:02:32] Map change: A01 Albert Park -> A02 Shanghai

Module process  error: Couldn't load 'blacklist.txt'.
When I enter the server there is nothing. As if there were no server controllers running.
Screenshot:
https://drive.google.com/file/d/0B2mPX5 ... sp=sharing
I see some errors in the console:

Code: Select all

PHP Warning:  Module 'openssl' already loaded in Unknown on line 0

Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning:  Module 'openssl' already loaded in Unknown on line 0

Warning: Module 'openssl' already loaded in Unknown on line 0
PHP Warning:  Module 'ftp' already loaded in Unknown on line 0

Warning: Module 'ftp' already loaded in Unknown on line 0

Code: Select all

[eXpansion][AutoLoad] Unknown plugin path : libraries/ManiaLivePlugins

Code: Select all

[eXpansion][Core] Script mode running, but can't enable 'S_UseScriptCallbacks'... perhaps non-nadeo script running ?

Code: Select all

[GuiHandler] error while sending windows: Invalid Manialink page: XML Error at [1, 0]: Parsing declaration "xml version="1.0" encoding="UTF-8"" [GuiHandler] error while sending windows: Invalid Manialink page: XML Error at [1, 0]: Parsing declaration "xml version="1.0" encoding="UTF-8"" [GuiHandler] error while sending windows: Invalid Manialink page: XML Error at [1, 0]: Parsing declaration "xml version="1.0" encoding="UTF-8"" [LocalRecods]Updating Ranks for xje8swjzRsm0OhNvIGmhiUju8g5 Started ...
and

Code: Select all

Module process error: Couldn't load 'blacklist.txt'
I do not know what I've done wrong or how to fix it.
Some expert around here to help me fix it?
Thank you very much.
User avatar
TMarc
Posts: 15441
Joined: 05 Apr 2011, 19:10
Location: Europe
Contact:

Re: [HELP] I can´t successfully start eXpansion

Post by TMarc »

Did you see that?
viewtopic.php?f=518&t=39489#p276543

Perhaps you should use another controller :?
User avatar
norko2007
Posts: 41
Joined: 04 Aug 2016, 18:32
Contact:

Re: [HELP] I can´t successfully start eXpansion

Post by norko2007 »

I find it very sad that the best existing server controller stays in the "might be and was not". I've been on servers. Some with Uaseco and many others with other server controllers, but none as good as eXpansion. So I wanted to install it on my server.
Currently I have seen servers with eXpansion 1.1 and I really liked all its content.
I really want to use eXpansion, as they do "no problems or errors" many servers.
Thanks for reply.
[EDIT] Screenshot of today (23 Aug 2017) from some servers with eXpansion 1.1:
https://drive.google.com/open?id=0B2mPX ... zJ3RzlBWXM
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: [HELP] I can´t successfully start eXpansion

Post by oliverde8 »

Hi,

Saddly getting exp1 work on the latest version of MP4 is a bit complicated. There are many options that when enabled will brake it, there are also know dedimania issues :cry:

The errors you get is due to the version you downloaded, you need the 1.1 : viewtopic.php?f=518&t=40829

As I previously wrote we are working on a new version. Sadly (or not in my point of view) I had a life time opportunity that requires me to work during weekends as well which is pushing back any relase of exp2 farther away. We had a roadmap, it's gone until I can figure out what my life is going to be (working weekends and during the week isn't idea).

I am really sorry about this, I really was very enthousiastic about exp2. It might seem like it would be worth while to fix the dedimania issue in exp1 but then there would be another issue, then another.
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
Post Reply

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 2 guests