Dedimania Plugin Error

Post here every finished plugin

Moderator: NADEO

Post Reply
Vins75
Posts: 20
Joined: 07 Feb 2011, 15:09

Dedimania Plugin Error

Post by Vins75 »

i have an error at the starting with the latest manialive

Code: Select all

[21:30:52] XML-RPC connection established
[21:30:52] Successfully authentified with XML-RPC server
[21:30:54] [MLEPP] Plugin: Add/Remove Tracks v0.31 by TheM & reaby.
[21:30:54] [MLEPP] Enabling MLEPP v1.14 . . .
[21:30:54] [MLEPP] Enabling MLEPP Database v1.22 . . .
[21:30:54] [MLEPP] Plugin: PersonalMessages v0.22 by reaby.
[21:30:54] [Google Translate] Enabling Google Translate 0.3 by reaby . . .
[Attention] 'MLEPP\ForceMods.joinPlayer' is not a valid setting!

 -> ManiaLive\PluginHandler\DependencyTooOldException with code 0
    Plugin "Standard\Dedimania" needs "ManiaLive" to be at least version
      1595!
  - in
      /home/freezone/ManiaLive2/libraries/ManiaLive/PluginHandler/PluginHandler
      .php on line 258
  - Stack: #0
      /home/freezone/ManiaLive2/libraries/ManiaLive/PluginHandler/PluginHandler
      .php(117):
      ManiaLive\PluginHandler\PluginHandler->checkPluginDependency(Object(Mania
      LivePlugins\Standard\Dedimania\Dedimania))
           #1
      /home/freezone/ManiaLive2/libraries/ManiaLive/PluginHandler/PluginHandler
      .php(385): ManiaLive\PluginHandler\PluginHandler->loadPlugins()
           #2
      /home/freezone/ManiaLive2/libraries/ManiaLive/Application/Event.php(39):
      ManiaLive\PluginHandler\PluginHandler->onInit()
           #3
      /home/freezone/ManiaLive2/libraries/ManiaLive/Event/Dispatcher.php(52):
      ManiaLive\Application\Event->fireDo(Object(ManiaLive\PluginHandler\Plugin
      Handler))
           #4
      /home/freezone/ManiaLive2/libraries/ManiaLive/Application/AbstractApplica
      tion.php(115):
      ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\Application\Event))
           #5
      /home/freezone/ManiaLive2/libraries/ManiaLiveApplication/Application.php(
      36): ManiaLive\Application\AbstractApplication->init()
           #6
      /home/freezone/ManiaLive2/libraries/ManiaLive/Application/AbstractApplica
      tion.php(122): ManiaLiveApplication\Application->init()
           #7 /home/freezone/ManiaLive2/bootstrapper.php(19):
      ManiaLive\Application\AbstractApplication->run()
           #8 {main}
reaby
Posts: 1032
Joined: 29 Dec 2010, 23:26
Location: Eastern Finland
Contact:

Re: [Plugin]FreeZone Plugin

Post by reaby »

The error says you have old version of Manialive
Update all plugins and manialive at http://code.google.com/p/manialive/downloads/list
MLEPP 1.14 will not work either with upgraded manialive, get the new 1.15 at http://code.google.com/p/mlepp/downloads/list

*edit*
New info.. MLEPP will crash when player uses /players, this will be fixed in few hours time,
and the dedimania, ManiaLive changed the version numbering to use SVN revision.

While waiting for official update you can use following fix for dedimania:
* Open dedimania.php
* goto row 85
* replace 1595 to 179

Code: Select all

 $dependency = new Dependency('ManiaLive', 179);
* save, quit and restart manialive

and for /players:
* open AdminPanel.php
* find row 704 and delete it:

Code: Select all

$window->clearAll(); 
* save and quit
User avatar
aseco
Posts: 99
Joined: 06 Jul 2010, 17:08
Location: Germany
Contact:

Re: [Plugin]FreeZone Plugin

Post by aseco »

Vins75 wrote:i have an error at the starting with the latest manialive

Code: Select all

[21:30:52] XML-RPC connection established
[21:30:52] Successfully authentified with XML-RPC server
[21:30:54] [MLEPP] Plugin: Add/Remove Tracks v0.31 by TheM & reaby.
[21:30:54] [MLEPP] Enabling MLEPP v1.14 . . .
[21:30:54] [MLEPP] Enabling MLEPP Database v1.22 . . .
[21:30:54] [MLEPP] Plugin: PersonalMessages v0.22 by reaby.
[21:30:54] [Google Translate] Enabling Google Translate 0.3 by reaby . . .
[Attention] 'MLEPP\ForceMods.joinPlayer' is not a valid setting!

 -> ManiaLive\PluginHandler\DependencyTooOldException with code 0
    Plugin "Standard\Dedimania" needs "ManiaLive" to be at least version
      1595!
  - in
      /home/freezone/ManiaLive2/libraries/ManiaLive/PluginHandler/PluginHandler
      .php on line 258
  - Stack: #0
      /home/freezone/ManiaLive2/libraries/ManiaLive/PluginHandler/PluginHandler
      .php(117):
      ManiaLive\PluginHandler\PluginHandler->checkPluginDependency(Object(Mania
      LivePlugins\Standard\Dedimania\Dedimania))
           #1
      /home/freezone/ManiaLive2/libraries/ManiaLive/PluginHandler/PluginHandler
      .php(385): ManiaLive\PluginHandler\PluginHandler->loadPlugins()
           #2
      /home/freezone/ManiaLive2/libraries/ManiaLive/Application/Event.php(39):
      ManiaLive\PluginHandler\PluginHandler->onInit()
           #3
      /home/freezone/ManiaLive2/libraries/ManiaLive/Event/Dispatcher.php(52):
      ManiaLive\Application\Event->fireDo(Object(ManiaLive\PluginHandler\Plugin
      Handler))
           #4
      /home/freezone/ManiaLive2/libraries/ManiaLive/Application/AbstractApplica
      tion.php(115):
      ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\Application\Event))
           #5
      /home/freezone/ManiaLive2/libraries/ManiaLiveApplication/Application.php(
      36): ManiaLive\Application\AbstractApplication->init()
           #6
      /home/freezone/ManiaLive2/libraries/ManiaLive/Application/AbstractApplica
      tion.php(122): ManiaLiveApplication\Application->init()
           #7 /home/freezone/ManiaLive2/bootstrapper.php(19):
      ManiaLive\Application\AbstractApplication->run()
           #8 {main}
I'm sorry, I have forgotten to update the Dedimania dependency.
Because of the swap from intern to google code revisions we have made a big decrease in version numbers from 2207 to soon ~200 :-)
No need to worry, and just so you know why the new versions will be much lower than current ones.
EDIT: I forgot to tell you that I uploaded a new version of the plugins that is fixed now ...
i7 920 | Nvidia GTX260 | 4Gb DDR3
www.floschnell.de | I like that comic
tmdunhill
Posts: 81
Joined: 10 Feb 2011, 02:15

Re: Dedimania Plugin Error

Post by tmdunhill »

Hello,

Good morning! I'm having a problem with the plugin Dedimania, even though he set in config.ini and password as well, he's bringing the error message below:

Occured on 14.02.2011 at 09:56:24 at process with ID #2760
---------------------------------
-> ManiaLivePlugins\Standard\Dedimania\ConfigurationException with code 0
You need to set the Standard\Dedimania.password option in the config.ini!
- in C:\Temp\ManiaLive\libraries\ManiaLivePlugins\Standard\Dedimania\Dedimania.php on line 141
- Stack: #0 C:\Temp\ManiaLive\libraries\ManiaLive\PluginHandler\PluginHandler.php(120): ManiaLivePlugins\Standard\Dedimania\Dedimania->onLoad()
#1 C:\Temp\ManiaLive\libraries\ManiaLive\PluginHandler\PluginHandler.php(385): ManiaLive\PluginHandler\PluginHandler->loadPlugins()
#2 C:\Temp\ManiaLive\libraries\ManiaLive\Application\Event.php(39): ManiaLive\PluginHandler\PluginHandler->onInit()
#3 C:\Temp\ManiaLive\libraries\ManiaLive\Event\Dispatcher.php(52): ManiaLive\Application\Event->fireDo(Object(ManiaLive\PluginHandler\PluginHandler))
#4 C:\Temp\ManiaLive\libraries\ManiaLive\Application\AbstractApplication.php(115): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\Application\Event))
#5 C:\Temp\ManiaLive\libraries\ManiaLiveApplication\Application.php(36): ManiaLive\Application\AbstractApplication->init()
#6 C:\Temp\ManiaLive\libraries\ManiaLive\Application\AbstractApplication.php(122): ManiaLiveApplication\Application->init()
#7 C:\Temp\ManiaLive\bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
#8 {main}

I'm setting the password in the config.ini as follows:

plugins.Standard\Dedimania.password = 'XXXXX'

Is that correct?

Thank you very much everyone's attention.

Big Hug.
User avatar
Knutselmaaster
Posts: 1276
Joined: 15 Jun 2010, 18:03
Location: Somewhere between Paris and Disney in France.
Contact:

Re: Dedimania Plugin Error

Post by Knutselmaaster »

if you have these entries in your config.ini it should work

Code: Select all

plugins.load[] = 'Standard\Dedimania'
plugins.Standard\Dedimania.password = 'xxxxx'
of course at the beginning of the line, without anything in front of it.

ps. moved to plugins forum
nocturne
Posts: 221
Joined: 23 Jun 2010, 21:31

Re: Dedimania Plugin Error

Post by nocturne »

Shouldn't this thread be in the main ML forum, or pinned to the DM plugin thread? I'm under the impression this subforum is intended for finished plugins only. Seems like if every player who has a plugin problem makes a new thread, all the useful threads will ended up buried quick (tm-forum, anyone..?).
User avatar
Knutselmaaster
Posts: 1276
Joined: 15 Jun 2010, 18:03
Location: Somewhere between Paris and Disney in France.
Contact:

Re: Dedimania Plugin Error

Post by Knutselmaaster »

As it was very quiet here, there is not much structure yet.
I will sticky the "main" plugin topics, the ones with the releases.
Post Reply

Return to “ManiaLive Plugins”

Who is online

Users browsing this forum: No registered users and 1 guest