View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007125 | mantisbt | bugtracker | public | 2006-05-23 20:10 | 2007-12-21 23:16 |
| Reporter | Assigned To | grangeway | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.3 | ||||
| Target Version | 1.1.0 | Fixed in Version | 1.1.0a4 | ||
| Summary | 0007125: Application Error #200 | ||||
| Description | Requires more than one project in installation. Should give you an application error #200 | ||||
| Additional Information | Expected result: | ||||
| Tags | No tags attached. | ||||
|
I have the same issue with 1.0.6 and 1.0.7. Is there any resolution yet? |
|
|
Confirmed on latest code as of today. Is there a use case which cause you guys to hit this often? For now, I've target the fix for 1.1.0. Patches are welcome. |
|
|
Clarification: This is actually a bug for several pages (manage project, ). Any page that requires data from the gpc api to render. Also you don't have to change any of the drop downs. Problem: If the name ends in '_page.php' then set_project.php redirects to the referencing page. However, it doesn't pass on any variables via GET or POST, hence the error. Suggested Solution: I think the best solution is to reload the same page only for a explicit list of pages (My View, homepage, view issues, summary page). I'll get a patch up soon. |
|
|
No, I don't hit this often, so I can wait for the 1.1.0 fix. Thanks for the info! |
|
|
Personally, I think a better fix for this might be to either disable or hide the Project selection drop-down on certain project-specific pages. If a user is working with a specific bug, it doesn't make sense for them to change the project anyway, since the bug is project-specific. If they did, where would you take them? Back to View Issues or something? Seems to me it would make more sense to just disable the project selection in the first place. Not to mention it would be easier to implement ;) |
|
|
A fix for bug_change_status_page.php will be included in 1.1.0a4 |
|