View Issue Details

IDProjectCategoryView StatusLast Update
0015413Plugin - TasksGeneralpublic2017-04-01 00:14
ReporterAdamR Assigned Tocas  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0015413: Adding, editing, and deleting a usergroup returns HTTP 404
Description

In the Usergroups configuration page if you add, edit, or remove a usergroup you get a HTTP 404 error. This appears to be because of the form action URL.

Here is the URL I get when submitting the form:
https;//mybts/plugins/Usergroups/pages/plugins/Usergroups/pages/ugrp_edit2.php

It should be:
https;//mybts/plugins/Usergroups/pages/ugrp_edit2.php

Steps To Reproduce

Add, edit, or remove any usergroup.

Additional Information

MantisBT 1.2.10
Tasks 2.40
Usergroup 1.00

Tagsavatar
Attached Files
cattleya2.jpg (144,203 bytes)   
cattleya2.jpg (144,203 bytes)   

Activities

cas

cas

2013-01-23 07:51

reporter   ~0034879

For version 1.2.x make sure to have this statement in confg_inc.php:
$g_path = 'http://path to your mantis installation/';

AdamR

AdamR

2013-01-25 09:46

reporter   ~0034914

Ditto note 0015412:0034913