langerheiko / ManageUsergroups

Manage Usergroups for MantisBT
3 stars 5 forks source link

Help needed. Can't create groups. #3

Open jesuslaurentino opened 9 years ago

jesuslaurentino commented 9 years ago

Hi, I have implemented MantisBT 1.2.17, copied to "plugins" folder and installed ManageUsergroups plugin. Also made the modifications specified at access_api.php, access_api.php, user_api.php, print_api.php files.

But I have three problems:

1.- Where do I create a group?

2.- Why users are not being diplayed at "All users"? no_groups_displayed

3.- After installing plugin and modifying above files, I get the next errors at "Manage Global Profiles" tab. Warning: Illegal offset type in isset or empty in C:\mantisbt\core\user_api.php on line 48 Notice: Array to string conversion in C:\mantisbt\library\adodb\adodb.inc.php on line 982 Fatal error: 401 in C:\mantisbt\core\database_api.php on line 405 warning_notice_fatalerror

I would appreciate some help in here, for making this plugin works. I don't know if I'm missing something or doing something wrong. Thanks in advance.

Carpette commented 8 years ago

To create a group, you must create a user whose name starts by the prefix you setup in the group interface. For example, if your prefix is "GRP", you just have to create a user "_GRP_Production" to see a group called "production" in the interface