Page 2 of 2

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 03 Sep 2011, 16:55
by 4lturbo
I edited the post

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 03 Sep 2011, 17:50
by Ceety
This is what i've understood.

THanks for your answer anyway. I'm installing your plug in :thumbsup:

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 03 Sep 2011, 23:40
by Ceety
I've installed Yuggy plugin.

But I seem to have a problem with my database.

When I run my server,all the plug in appear correctly on the screen in game and the navigation on the menubar (always in game) for example works fine but my datas are not recorded.

Here is my log error when I start the server :

Erreur de log apres installation.txt

If you can see where the error could come from.

Many thanks.

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 04 Sep 2011, 01:20
by 4lturbo
Try this in Yuggy/Yuggy.php Line 369 replace

Code: Select all

`karma` decimal(10,2) NOT NULL,
by

Code: Select all

`karma` decimal(10,2),
First time this error :(, may be depends of mysql server version

tell me if it's ok

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 04 Sep 2011, 07:29
by Ceety
I just wrote the change you propose but nothing different happens.

Log error seems to be exactly the same.

ANd by the way, phpmyadmin I use has the Version du client MySQL: 5.0.51a.

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 04 Sep 2011, 15:31
by 4lturbo
i know, the table is already created, there is 2 choices :
1 - in phpMyAdmin, change structure of the table "maps" field karma remove not null, same for field vote (difficult if you don't know how to do this)
or
2 - in phpMyAdmin, delete table "maps" (it will be recreated by Yuggy)

I hope it will be ok ;)

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 04 Sep 2011, 19:38
by Ceety
OK, I'll try and give you the results.

For information, I've tried to install MlEPP too and I've some issues too with my database. Results are not recorded in game and on the server. I posted my issue here :

http://forum.maniaplanet.com/viewtopic.php?f=46&t=4775.

It's a known bug apparently. Don't have any details. But it could be a reason for the problem I've with Yuggy.

Re: Plugin Yuggy 171 Beta (ManiaLive 2)

Posted: 05 Sep 2011, 01:26
by 4lturbo
The result ?

there are two errors with MLEPP (i saw your log in the other post)
The first error is the same, i think this is a control of the database by mysql, the field karma in the table "maps" is defined as NOT NULL so mysql refuse an empty value for the field "karma" -> error.
The second error is an another thing.

PS: You can contact me by MP in french if you want.