Page 1 of 1

[help] Install Maniaplanet-Competitions-Manager

Posted: 12 May 2015, 22:02
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?

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 12 May 2015, 22:17
by novationx
Is this for TM or SM?

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 12 May 2015, 22:53
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

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 12 May 2015, 23:56
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...

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 13 May 2015, 13:12
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...?

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 13 May 2015, 16:36
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 :?:

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 13 May 2015, 18:57
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"

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 13 May 2015, 19:19
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.

Re: [help] Install Maniaplanet-Competitions-Manager

Posted: 24 May 2015, 15:51
by gsxroil
I can not seem to make it work
thank you for your support willa

but I wonder if this tool really works?