Search found 4 matches

by iceninja
23 Jun 2008, 10:56
Forum: Help
Topic: "Limit reporter access" feature (Broken?) in MANTIS 1.2.0a1
Replies: 3
Views: 2851

Re: "Limit reporter access" feature (Broken?) in MANTIS 1.2.0a1

Following your hint I've found that the problem is due to an incorrect definition in a PHP variable. So I've made the following changes in the file /core/filter_api.php: Line 663: Where is $t_where_params = $c_reporter_id; Replaced by $t_where_params[] = $c_reporter_id; line 1372-1376: Where is $t_f...
by iceninja
21 Jun 2008, 18:23
Forum: Help
Topic: "Limit reporter access" feature (Broken?) in MANTIS 1.2.0a1
Replies: 3
Views: 2851

Re: "Limit reporter access" feature (Broken?) in MANTIS 1.2.0a1

Thanks for the reply.
I made a fresh install of the Mantis 1.2.0a1 using MySQL 5.051b and PHP Version 5.2.6 and I haven't made any software changes.

Any ideas?
by iceninja
19 Jun 2008, 15:40
Forum: Help
Topic: "Limit reporter access" feature (Broken?) in MANTIS 1.2.0a1
Replies: 3
Views: 2851

"Limit reporter access" feature (Broken?) in MANTIS 1.2.0a1

When I turn on the feature (I've put the line $g_limit_reporters = ON; in the config_inc.php file) any user with a reporter profile gets the following error after login APPLICATION ERROR #401 Database query failed. Error received from database was #1064: You have an error in your SQL syntax; check t...
by iceninja
18 Jun 2008, 13:12
Forum: Help
Topic: Any plans on implementing user groups in Mantis?
Replies: 2
Views: 2733

Re: Any plans on implementing user groups in Mantis?

Hi,

Did you manage to implement the "User Groups" feature?

I'm willing to implement such kind of feature in Mantis and i need help.

Thanks