Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom default channel setting via ini prevents configurability of new virtual servers #29

Closed
Kissaki opened this issue Oct 8, 2012 · 0 comments
Labels
Milestone

Comments

@Kissaki
Copy link
Owner

Kissaki commented Oct 8, 2012

When a channelid > 0 is set as default channel id via murmur.ini,
https://github.com/Kissaki/MumPI/blob/master/classes/MurmurClasses.php#L162
throws an exception, resulting in the config subpage stopping to load, rendering it unusable.

<ThatOtherGuy_> Default Channel  Fatal error: Uncaught exception ::Murmur::InvalidChannelException { } thrown in /home/nullcorp/public_html/MumPI/classes/MurmurClasses.php on line 164

Add a catch for that exception, and/or defaulting to default-chanid 0.
Setting it to 0 for a new vserver would be good as well, in MumPI, or better yet in Mumble itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant