-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.0.16rc1, 4.4.4rc1, 5.0.0alpha1
-
php 7.3
-
Sprint 59 (Dec 2019), Sprint 60 (Jan 2020)
-
0.125
Steps to reproduce:
- Go to Configuration->Maintenance
- Create Maintenance with mandatory fields
- Select period type different from "One time only"
- Save maintenance
- Open message details
Result:
For 4.0 and 4.4
A non well formed numeric value encountered [maintenance.php:191 → CApiWrapper->__call() → CFrontendApiWrapper->callMethod() → CApiWrapper->callMethod() → CFrontendApiWrapper->callClientMethod() → CLocalApiClient->callMethod() → CMaintenance->create() → CMaintenance->removeSecondsFromTimes() → CConfigFile->{closure}() in conf/zabbix.conf.php:79]
For master is runtime error, when open time period overlay dialog:
Undefined index: timeperiodid [zabbix.php:21 -> require_once() -> ZBase->run() -> ZBase->processRequest() -> CView->getOutput() -> include() -> CConfigFile->{closure}() in app/views/popup.maintenance.period.php:31]
- caused by
-
ZBXNEXT-5414 Maintenance period as popup
- Closed
- duplicates
-
ZBX-17094 Undefined indexes in maintenance popup
- Confirmed