View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015412 | Plugin - Tasks | General | public | 2013-01-23 04:32 | 2023-03-25 12:53 |
| Reporter | AdamR | Assigned To | cas | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0015412: Adding, editing, and deleting a task category returns HTTP 404 | ||||
| Description | In the Tasks configuration page if you add, edit, or remove a category 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: It should be: | ||||
| Steps To Reproduce | Add, edit, or remove any category. | ||||
| Additional Information | MantisBT 1.2.10 | ||||
| Tags | No tags attached. | ||||
|
For version 1.2.x make sure to have this statement in confg_inc.php: |
|
|
Ah OK, this variable is defined but as: If I echo both $g_path and $t_url, it returns "https://mybts/". Odd that manually setting $g_path with the same value below should solve this. Working now anyway :) I read the documentation as only for MantisBT version 1.2.1 (it doesn't specify all versions minor to 1.2): "For version 1.2.1 make sure to have this statement in confg_inc.php:" |
|