Kissaki/MumPI

Viewer not working as people are online

pixel-maniax opened this issue · 2 comments

EDIT: please ignore my issue, I had not setup the right Murmur PHP in the $iceGeneratedMurmurPHPFileName of MumPi settings.

Hi.
I'm using a Murmur 1.2.3 with Ice 3.4.2 and MumPi.

If my server is empty (no people connected), the viewer works fine and shows the channel tree.

But if anyone login then the page is empty (white) and my apache error.log reports this:

(when I use the /viewer/?view=json&serverId=1 url)
[Tue Sep 10 12:22:12 2013] [error] [client 93.19.70.119] PHP Fatal error: Uncaught exception ::Ice::UnmarshalOutOfBoundsException\n{\n reason = \n}\n thrown in /var/www/MumPI/classes/MurmurClasses.php on line 111, referer: http://MYDOMAIN/MumPI/viewer/?view=json&serverId=1

(when I use the /viewer/)
[Tue Sep 10 12:22:13 2013] [error] [client 93.19.70.119] PHP Fatal error: Uncaught exception ::Ice::UnmarshalOutOfBoundsException\n{\n reason = \n}\n thrown in /var/www/MumPI/classes/MurmurClasses.php on line 111, referer: http://MYDOMAIN/MumPI/viewer/

I've been checking on google as Irc but I can't find any answer on my own :s
Can you please help me out? :)

Thanks

Hey.

Make sure the Murmur.ice you use matches your Murmur version.
Check your MumPIs settings.inc.php that it is set up to use the
Murmur_1.2.3.php.

Thanks for your answer.
As you can see in my edit, it was the problem.

I finally fixed this and confirm there are no issue here :)