MyBB Community Forums

Full Version: ModCP Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
While trying to ban a user through the modcp, this error occurs:

Quote:You did not select a valid group to move this user to


Though, there is no option to select a group.
I know it was supposed to be patched... Sad

[Image: 2nj9cp4.jpg]
what plugins are you using? and please check if the language pack that you are using has no errors.
(2016-01-22, 02:46 AM)Blackbeard Wrote: [ -> ]what plugins are you using? and please check if the language pack that you are using has no errors.

Thank you Blackbeard.
Following your comment I checked some relevant templates for alterations.
I found out that the template "modcp_banuser_bangroups_hidden" was changed/outdated for some reason.
The wrong code:

<input type="hidden" name="usergroup" value="{$group['gid']}" />

Reverted to Original:

<input type="hidden" name="usergroup" value="{$banned_group}" />

Thanks!
no problem.