Search found 1 match
- Mon Jun 30, 2025 10:09 pm
- Forum: Nagios XI
- Topic: Error in PHP after upgrading Nagios XI 2024R1.4.4
- Replies: 6
- Views: 9164
Re: Error in PHP after upgrading Nagios XI 2024R1.4.4
The error messages in your Nagios XI logs indicate that the PHP code is trying to access array keys ("id", "title", "opts") that don't exist in some arrays. This is happening in the utils-dashboards.inc.php and utils-menu.inc.php files. While these errors might not dire...