View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0034768 | mantisbt | sub-projects | public | 2024-09-26 15:10 | 2024-09-28 11:28 |
Reporter | rogueresearch | Assigned To | atrol | ||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.26.3 | ||||
Target Version | 2.26.4 | Fixed in Version | 2.26.4 | ||
Summary | 0034768: 'INTERNAL APPLICATION ERROR' editing some projects from manage_proj_page.php | ||||
Description | From this page: https://mantis.example.com/manage_proj_page.php Clicking some projects (but not all), for example: https://mantis.example.com/manage_proj_edit_page.php?project_id=12 results in: "INTERNAL APPLICATION ERROR". Looking at the apache logs we see:
We click such links often and never had this problem before. We suspect it is a regression. On 2024-09-12 we did some upgrades, specifically:
We wonder if it might be related to: | ||||
Tags | No tags attached. | ||||
Does the fix for 0034618 also fix your issue? |
|
I confirm https://github.com/mantisbt/mantisbt/pull/2027/commits/0c73e36e280e5af0b5011b62b909d24a6654c109 fixes it. Thanks! |
|
MantisBT: master-2.26 0c73e36e 2024-09-06 18:00 Details Diff |
Fix disabled projets' inclusion in hierarchy cache The logic to check $p_show_disabled using is_null() was incorrect, causing disabled projects to be excluded from the cache when the param's value true. This resulted in disabled project not being listed on Manage Projects Page. Changing code to perform a boolean test fixes the problem. Regression introduced by 5ff35d16e85c1aa58cc80fea260cd0f3cfc39910 (issue 0034526). Fixes 0034618 |
Affected Issues 0034526, 0034618, 0034768 |
|
mod - core/project_hierarchy_api.php | Diff File |