Page 9 of 21
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 14:29
by w1lla
Issue:
Make a Network part of Config for manialive:
Now you cant do it and in this case manialive will not start properly.
i had to alter my own manialive config and had to set it up properly.
With kind regards,
w1lla.
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 14:31
by farfa
w1lla wrote:Make a Network part of Config for manialive:
@W1lla: can you be more specific, because ManiaLive take the same connection parameters than the one used by the DedicatedManager
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 14:41
by w1lla
farfa wrote:w1lla wrote:Make a Network part of Config for manialive:
@W1lla: can you be more specific, because ManiaLive take the same connection parameters than the one used by the DedicatedManager
@Farfa:
This is actually not true as it tries to connect to xmlrpc port 5000 and not any other port you defined.
It misses the server.host and server.port in ManiaLiveConfig.php
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 14:50
by The_Big_Boo
w1lla wrote:This is actually not true as it tries to connect to xmlrpc port 5000 and not any other port you defined.
It misses the server.host and server.port in ManiaLiveConfig.php
Host, port and super admin password are overwritten in the command line when launching ManiaLive.
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 14:54
by w1lla
Well yes but if you want to have multiple servers aswell as manialives running currently its bugged because it only checks for one instance and only loads up the first server.
Thats why i propose to have the server settings also adjustable through the config alterfications.
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 15:00
by The_Big_Boo
Did you really test before saying it's bugged? I don't have any problem launching 2 servers and 2 Manialive instances (one on each server)...
@calagree: Which plugins do you have in your ManiaLive folder?
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 15:09
by w1lla
K.
Have 2 servers running on 2 different folder names.
First i had this:
Code: Select all
DedicatedManager\Config.dedicatedPath = 'C:\Documents and Settings\Administrator\Desktop\Shootmania\Elite\'
DedicatedManager\Config.manialivePath = 'C:\DocumentsandSettings\Administrator\Desktop\Shootmania\Elite\ManiaLive\'
After changing it to this:
Code: Select all
DedicatedManager\Config.dedicatedPath = 'C:\Documents and Settings\Administrator\Desktop\Shootmania\Elite\'
DedicatedManager\Config.dedicatedPath = 'C:\Documents and Settings\Administrator\Desktop\Shootmania\oscillation\'
DedicatedManager\Config.manialivePath = 'C:\Documents and Settings\Administrator\Desktop\Shootmania\Elite\ManiaLive\'
DedicatedManager\Config.manialivePath = 'C:\Documents and Settings\Administrator\Desktop\Shootmania\oscillation\ManiaLive\'
It seemed to work better so its an issue on both sides actually hehe.
Re: [Tool]Dedicated Manager Web site
Posted: 06 Sep 2012, 15:18
by The_Big_Boo
w1lla wrote:Code: Select all
DedicatedManager\Config.dedicatedPath = /a/path/
DedicatedManager\Config.dedicatedPath = /another/path/
When you do this, second value override first one so the application only see /another/path/ as a dedicated path. Same apply for manialivePath so it doesn't change anything to how the manager works.
Re: [Tool]Dedicated Manager Web site
Posted: 07 Sep 2012, 15:55
by The_Big_Boo
Hi,
Here comes a small update which adds experimental Elite in title selection and fixed a bug with PHP 5.4 when scanning maps.
Download link:
DedicatedManager 1.5.1
@calagree:
My guess goes to a unquoted string at this line as I remember someone having the same problem.
Unfortunately, as we have to load plugin classes, we can't do anything against this kind of errors (or with a very bad hack which won't allow a nice error handling anyway). But it should be rare as I don't think plugin developpers release broken code often ^^
Re: [Tool]Dedicated Manager Web site
Posted: 08 Sep 2012, 09:45
by w1lla
calaagree wrote:Hi again !
The error that causes a blank page is the following :
Code: Select all
PHP Parse error: syntax error, unexpected T_DNUMBER in /srv/ManiaLive/libraries/ManiaLivePlugins/MLEPP/PersonalMessages/PersonalMessages.php on line 63
I'll try to fix this

Its due to the fact that it (0.3.0) and it should be ('0.3.0'); on line 63
Tomorrow a new mlepp release will be pushed.
With kind regards,
w1lla