View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0027800 | mantisbt | bugtracker | public | 2020-12-24 10:28 | 2020-12-30 05:41 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 2.25.0 | Fixed in Version | 2.25.0 | ||
Summary | 0027800: install.php throws SYSTEM WARNINGs | ||||
Description | When processing null schema steps (e.g. 184, 196, 197, 199), the installer throws the following error at lines 1006 and 1008. SYSTEM WARNING: 'Trying to access array offset on value of type null' in '/path/to/mantisbt/admin/install.php' | ||||
Tags | No tags attached. | ||||
MantisBT: master a2628c71 2020-12-24 10:28:57 Details Diff |
Properly deal with "no-op" (null) upgrade steps The current code throws SYSTEM WARNINGs when processing them, as it tries to dereference the schema step as an array while its value is actually null. Fixes 0027800 |
Affected Issues 0027800 |
|
mod - admin/install.php | Diff File |