Opened 2 months ago
Closed 2 months ago
#2884 closed defect (fixed)
OutputSettingsJsArray in resizablepagecomponents.php fails if given null settings
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | Map Admin | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The upgrade to PHP 8.1 must've increased the strictness on count()
to no longer allow passing in null references.
The OutputSettingsJsArray
function in mapadmin/resizablepagecomponents.php
is currently failing because of this assumption and derails Site Administrator functionality such as the performance report.
Note:
See TracTickets
for help on using tickets.
In 10109: