3
Hi!
Thank you Colossus!
In my case I've change 200 to 400
After this modification, it was impossible to add users in Group.
In
Edit Members of this Group
Quote:
Non-members
add -->
<-- delete
had desapear!
To fix this problem:
you have to change in
\modules\system\admin_groups\groups.php
200 to 400 (in my case) on line 117
Before:
if ($usercount < 200 && $membercount < 200) {
After:
if ($usercount < 400 && $membercount < 400) {
@+
Z
EDT: I'm not quite sure it was due to the modification, but it is the solution to this problem!