[help] Install Maniaplanet-Competitions-Manager

Discuss the Dedicated Server Tools developed by Nadeo Live such as ManiaLive, Trust Circles, Dedicated Manager, Competition Manager and Lobbies

Moderator: NADEO

Post Reply
User avatar
gsxroil
Posts: 67
Joined: 21 May 2011, 19:43

[help] Install Maniaplanet-Competitions-Manager

Post by gsxroil »

hello

I just installed Maniaplanet-competition via APT-manager following this tutorial http://doc.maniaplanet.com/tools/competition.html

here is what appears in my my browser after connection

Code: Select all

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<manialink version="1" background="1" navigable3d="0">
<timeout>0</timeout>
<script>main() {</script>
<script>
log("ErrorException\n\n Message: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead\n Code: 0\n Request URI: http://competition.xxxxxx.org/index.php/manager/?manialib-nonce=9c90f3beaafb34c19bb08703d08c619c&code=efc6451a068d9a52df0d1db4bbd03cfb\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Database/Connection.php (119)\n [internal function]: ManiaLib\\Application\\ErrorHandling::exceptionErrorHandler(8192, 'mysql_connect()...', '/var/lib/maniap...', 119, Array)\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Database/Connection.php(119): mysql_connect('127.0.0.1', 'maniaplanet', 'xxxxxx', true, 0)\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Database/Connection.php(100): ManiaLib\\Database\\Connection->__construct(Object(ManiaLib\\Database\\ConnectionParams))\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Database/Connection.php(83): ManiaLib\\Database\\Connection::factory(Object(ManiaLib\\Database\\ConnectionParams))\n /var/lib/maniaplanet-competition-manager/libraries/DedicatedManager/Services/AbstractService.php(34): ManiaLib\\Database\\Connection::getInstance()\n /var/lib/maniaplanet-competition-manager/libraries/CompetitionManager/Services/CronService.php(39): DedicatedManager\\Services\\AbstractService->db()\n /var/lib/maniaplanet-competition-manager/libraries/CompetitionManager/Controllers/Manager.php(75): CompetitionManager\\Services\\CronService->isRunning()\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Application/Controller.php(89): CompetitionManager\\Controllers\\Manager->preFilter()\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Application/Dispatcher.php(80): ManiaLib\\Application\\Controller->launch(NULL)\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Application/Bootstrapper.php(44): ManiaLib\\Application\\Dispatcher->run()\n /var/lib/maniaplanet-competition-manager/libraries/ManiaLib/Application/Bootstrapper.php(30): ManiaLib\\Application\\Bootstrapper::onDispatch()\n /var/lib/maniaplanet-competition-manager/www/index.php(5): ManiaLib\\Application\\Bootstrapper::run()\n {main}\n");
</script>
<script>}</script>
</manialink>
Someone would understand the problem to help me please?
novationx
Posts: 2723
Joined: 10 Aug 2013, 22:33

Re: [help] Install Maniaplanet-Competitions-Manager

Post by novationx »

Is this for TM or SM?
The neverending waiting game has to stop.
User avatar
Rots
Translator
Translator
Posts: 1165
Joined: 01 Sep 2010, 14:39
Location: España, Barcelona

Re: [help] Install Maniaplanet-Competitions-Manager

Post by Rots »

novationx wrote:Is this for TM or SM?
Competition manager is for maniaplanet platform

Regarding the topic, I think i've seen some other topics talking about mysqli compatibility issues
Image
Image
Image
TrackMania Original brought me here... Here I am since 2006
User avatar
w1lla
Posts: 2396
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: [help] Install Maniaplanet-Competitions-Manager

Post by w1lla »

same as the maniaplanet dedicated manager... just do the same and it will help.. Its your php version but not really your problem...
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
User avatar
gsxroil
Posts: 67
Joined: 21 May 2011, 19:43

Re: [help] Install Maniaplanet-Competitions-Manager

Post by gsxroil »

Yes, I actually had a problem with the same kind dedicated-manager but it concerned the start ManiaLive of the same no dedicated manager. >>> viewtopic.php?f=261&t=12098&start=200#p244529

I thought as Dedicated-manager happens to be connected has its BDD, Competition-Manager would do the same...?
User avatar
gsxroil
Posts: 67
Joined: 21 May 2011, 19:43

Re: [help] Install Maniaplanet-Competitions-Manager

Post by gsxroil »

Someone would be in a position to make a test installation for testing in another configuration? ;)


I now address a nadeo if they pass on this post:

Maniaplanet-competition-manager you it is finished and followed :?:
User avatar
gsxroil
Posts: 67
Joined: 21 May 2011, 19:43

Re: [help] Install Maniaplanet-Competitions-Manager

Post by gsxroil »

j'ai testé l'acces a mysql a vec ce script

Code: Select all

<?php

// on se connect à localhost au port 3306
$link = mysql_connect('127.0.0.1:3306', 'maniaplanet', 'xxxxxx');
if (!$link) {
    die('Connexion impossible : ' . mysql_error());
}
echo 'Connecté correctement';
mysql_close($link);
?>
le resusltat est " Connecté correctement"
User avatar
w1lla
Posts: 2396
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: [help] Install Maniaplanet-Competitions-Manager

Post by w1lla »

It may seem that your php version is bigger then the one needed but no harm is done.

To make it work just use the same solution as provided for manialive.

That will solve your issue.
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
User avatar
gsxroil
Posts: 67
Joined: 21 May 2011, 19:43

Re: [help] Install Maniaplanet-Competitions-Manager

Post by gsxroil »

I can not seem to make it work
thank you for your support willa

but I wonder if this tool really works?
Post Reply

Return to “Dedicated Server Tools”

Who is online

Users browsing this forum: No registered users and 1 guest