Kissaki / MumPI

A Webinterface for Mumble Server. Written in PHP, using Ice middleware.
http://kissaki.github.io/MumPI/
Other
104 stars 30 forks source link

Create new server does nothing #39

Closed jknigga closed 10 years ago

jknigga commented 10 years ago

Mumble 1.2.4 PHP5 ICE 3.4.2 latest MumPI

Nothing happens when I click on the Create a new server button.

From Firefox console: Request URL: http://192.168.10.110/MumPI/admin/?ajax=server_create Request Method: GET Status Code: HTTP/1.0 500 Internal Server Error

From Apache error.log: [Fri Nov 22 16:00:43 2013] [error] [client 192.168.10.110] PHP Fatal error: Uncaught exception ::Murmur::InvalidSecretException\n{\n}\n thrown in /var/www/MumPI/classes/ServerInterface.php on line 248, referer: http://192.168.10.110/MumPI/admin/?page=meta

EDIT: Don't mind me, I am retarded. No issue.

Kissaki commented 10 years ago

InvalidSecretException - so the secret that was set up in the murmur.ini was not specified in mumpis settings. I guess you noticed it and were able to solve the issue.

jknigga commented 10 years ago

Yep, I don't know how but I totally missed it. Don't know if it would be very important, but having a check to see if the secret is in the mumpi settings might be good.