-
Problem report
-
Resolution: Unresolved
-
Trivial
-
7.0.0beta1, 7.0 (plan)
-
Technical backlog
Steps to reproduce:
- Open Dashboards
- Use existing dashboard, or create a new one
- Add new Item value widget, with unchecked "Value" checkbox, and checked "Change indicator"
- Save the changes
- Review the displayed results
Result:
Apart from data, the runtime error is displayed in the widget.
See error:
Undefined array key "is_numeric" [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → CConfigFile->{closure}() in conf/zabbix.conf.php:89] Undefined array key "value" [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → drawValueCell() → CConfigFile->{closure}() in conf/zabbix.conf.php:89] Trying to access array offset on value of type null [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → drawValueCell() → CConfigFile->{closure}() in conf/zabbix.conf.php:89] Undefined array key "bold" [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → drawValueCell() → addTextFormatting() → CConfigFile->{closure}() in conf/zabbix.conf.php:89] Undefined array key "font_size" [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → drawValueCell() → addTextFormatting() → CConfigFile->{closure}() in conf/zabbix.conf.php:89] Undefined array key "color" [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → drawValueCell() → addTextFormatting() → CConfigFile->{closure}() in conf/zabbix.conf.php:89] Undefined array key "color" [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → drawValueCell() → addTextFormatting() → CConfigFile->{closure}() in conf/zabbix.conf.php:89]
Expected:
No error should be displayed.
- caused by
-
ZBXNEXT-8496 Capacity planning capability in dashboards/widgets
- Closed