Page 18 of 21

Re: [Tool]Dedicated Manager Web site

Posted: 20 Jun 2013, 11:18
by Rots
Or display 20 maps per page.

Re: [Tool]Dedicated Manager Web site

Posted: 20 Jun 2013, 11:25
by Akbalder
Rots wrote:Or display 20 maps per page.
No, it would be too hard to find a map if all the maps were not on the same page. ;)

Re: [Tool]Dedicated Manager Web site

Posted: 20 Jun 2013, 12:25
by farfa
If you want you can propose a Modification patch to correct this. For the moment, we have no time to work on this project.

Re: [Tool]Dedicated Manager Web site

Posted: 19 Sep 2013, 13:08
by xefil
Hello,

If I set:
application.webapp = false
I obtain:
<manialink version="1" background="1" navigable3d="0">
<timeout>0</timeout>
<quad sizen="300 150" halign="center" valign="center"/>
<frame posn="0 75 0.1">
<frame>
<quad sizen="300 16.25" halign="center" style="Bgs1InRace" substyle="BgTitle2"/>
<label posn="0 -8.25 0" sizen="294 7" halign="center" valign="center2" style="TextTitleError" text="Error"/>
<quad posn="0 -20.75 0" sizen="296 129.25" halign="center" style="Bgs1" substyle="BgWindow2"/>
</frame>
</frame>
<label posn="0 -5 1" sizen="296 7" halign="center" valign="center" style="TextStaticSmall" text="ManiaLib\Application\Rendering\ViewNotFoundException View not found: DedicatedManager\Views\Home\Index (0) in /var/www/clients/client1/web8/web/mdm/libraries/ManiaLib/Application/Rendering/Manialink.php at line 27 http://tm2. autonewline="1"/>
<label posn="0 -63 1" sizen="35 7" halign="center" style="CardButtonMedium" maniazone="http://tm2.<cut>/mdm/www/index.php/" text="Back"/>
</manialink>
Otherwise only an empty page. What's wrong and what do I need to specify you for debug?

TY!

Re: [Tool]Dedicated Manager Web site

Posted: 19 Sep 2013, 13:24
by jonthekiller
False = manialink version I think.

Create a logs folder near www, config... and see the error message.

Re: [Tool]Dedicated Manager Web site

Posted: 19 Sep 2013, 13:41
by xefil
jonthekiller wrote:False = manialink version I think.

Create a logs folder near www, config... and see the error message.
Done and error message like above:
2013-09-19T14:39:23+02:00 ManiaLib\Application\Rendering\ViewNotFoundException View not found: DedicatedManager\Views\Home\Index (0) in /var/www/clients/c
lient1/web8/web/mdm/libraries/ManiaLib/Application/Rendering/Manialink.php at line 27 http://tm2.(mysite).com/mdm/www/

Re: [Tool]Dedicated Manager Web site

Posted: 19 Sep 2013, 13:58
by jonthekiller
Have you set correctly this path?
And do you move the www folder? You need to copy the dedicatedmanager in a folder where you want and make a symbolic link from a folder in the www of apache to the www of the manager.

Re: [Tool]Dedicated Manager Web site

Posted: 19 Sep 2013, 16:16
by xefil
jonthekiller wrote:Have you set correctly this path?
And do you move the www folder? You need to copy the dedicatedmanager in a folder where you want and make a symbolic link from a folder in the www of apache to the www of the manager.

I've set the application URL as follow:
application.URL = http://tm2.mysite.com/mdm/www/
Cannot reside all the dedicated manager site into apache site?
My site (wwwroot) has a subfolder called "mdm". into "mdm" I've put all the other content:

- config
- libraries
- nbproject
- www

So, if I point the webserver to http://tm2.mysite.com/mdm/www/ I can reach the www dedicated manager content (index.php). Maybe I'm not correctly understanding the sym-link part.

Thank's for your help!

Simon

Re: [Tool]Dedicated Manager Web site

Posted: 20 Sep 2013, 07:55
by xefil
I'm confused :)

DedicatedManager\Config.dedicatedPath:
should point to which folder? To my standalone maniaplanet server? to /ManiaPlanetDedicated/UserData/Config/dedicated_cfg.txt ?

DedicatedManager\Config.manialivePath:
I've read the downloaded folder contains manialive too. Also should point to subfolder <wwwroot>/libraries/Maniaplanet ? In example /var/www/clients/client1/web8/web/mdm/libraries/Maniaplanet in case the archive is unzipped into '/var/www/clients/client1/web8/web/mdm/'.

I'm missing how this admin page could manage the server. I've not set SuperAdmin user/password nowhere....

Thank's!

Simon

Re: [Tool]Dedicated Manager Web site

Posted: 23 Oct 2013, 15:42
by jonthekiller
The tool doesn't work with PHP 5.5, mysql is deprecated.