Здравствуйте, после обновления с 5.4 до 6.2 перестало работать дерево карт, вот лог вебсервера:
Судя по всему ошибка идет при подсчете проблем узлов сети, подскажите в каком направление расследовать?
Code:
[Thu Jan 26 04:47:02.502472 2023] [php:warn] [pid 258481] [client *:64748] PHP Warning: Undefined array key 68137 in /usr/share/zabbix/app/controllers/CControllerWidgetNavTreeView.php on line 251, referer: https://zabbix/zabbix/zabbix.php?action=dashboard.view&dashboardid=31
[Thu Jan 26 04:47:02.502566 2023] [php:warn] [pid 258481] [client *:64748] PHP Warning: foreach() argument must be of type array|object, null given in /usr/share/zabbix/app/controllers/CControllerWidgetNavTreeView.php on line 256, referer: https://zabbix/zabbix/zabbix.php?action=dashboard.view&dashboardid=31
[Thu Jan 26 04:47:02.510528 2023] [php:error] [pid 258481] [client *:64748] PHP Fatal error: Uncaught TypeError: CControllerWidgetNavTreeView::sumArrayValues(): Argument [NODE="2"]Forum[/NODE] ($a2) must be of type array, null given, called in /usr/share/zabbix/app/controllers/CControllerWidgetNavTreeView.php on line 263 and defined in /usr/share/zabbix/app/controllers/CControllerWidgetNavTreeView.php:510\nStack trace:\n#0 /usr/share/zabbix/app/controllers/CControllerWidgetNavTreeView.php(263): CControllerWidgetNavTreeView::sumArrayValues()\n#1 /usr/share/zabbix/app/controllers/CControllerWidgetNavTreeView.php(485): CControllerWidgetNavTreeView->getNumberOfProblemsBySysmap()\n#2 /usr/share/zabbix/include/classes/mvc/CController.php(474): CControllerWidgetNavTreeView->doAction()\n#3 /usr/share/zabbix/include/classes/core/ZBase.php(599): CController->run()\n#4 /usr/share/zabbix/include/classes/core/ZBase.php(216): ZBase->processRequest()\n#5 /usr/share/zabbix/include/config.inc.php(25): ZBase->run()\n#6 /usr/share/zabbix/zabbix.php(22): require_once('...')\n#7 {main}\n thrown in /usr/share/zabbix/app/controllers/CControllerWidgetNavTreeView.php on line 510, referer: https://zabbix/zabbix/zabbix.php?action=dashboard.view&dashboardid=31
Comment