-
Problem report
-
Resolution: Duplicate
-
Trivial
-
None
-
7.0.0alpha3
Problem description: the following errors are observed in Problems widget when parameter "Acknowledgement status" is set to "Acknowledged" and checkbox "By me" is set to true:
Array to string conversion [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → CController->run() → Widgets\Problems\Actions\WidgetView->doAction() → CScreenProblem::getData() → CScreenProblem::getDataEvents() → CApiWrapper->__call() → CFrontendApiWrapper->callMethod() → CApiWrapper->callMethod() → CFrontendApiWrapper->callClientMethod() → CLocalApiClient->callMethod() → CEvent->get() → CEvent->getEvents() → CApiService->createSelectQuery() → CApiService->createSelectQueryParts() → CEvent->applyQueryFilterOptions() → CEvent->applyFilters() → CConfigFile->{closure}() in conf/zabbix.conf.php:87] Array to string conversion [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → CController->run() → Widgets\Problems\Actions\WidgetView->doAction() → CScreenProblem::getData() → CScreenProblem::getDataEvents() → CApiWrapper->__call() → CFrontendApiWrapper->callMethod() → CApiWrapper->callMethod() → CFrontendApiWrapper->callClientMethod() → CLocalApiClient->callMethod() → CEvent->get() → CEvent->getEvents() → CApiService->createSelectQuery() → CApiService->createSelectQueryParts() → CEvent->applyQueryFilterOptions() → CEvent->applyFilters() → zbx_ctype_digit() → CConfigFile->{closure}() in conf/zabbix.conf.php:87]
Steps to reproduce:
- Open any dashboard
- Add widget "Problems" widget with the following parameters:
- Acknowledgement status = Acknowledged
- By me = true
- Save widget configuration and check the created widget
Result:
the above errors are observed
Expected:
no errors should be observed in the created Problems widget