-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.1
-
None
-
Linux, mysql 8.0.18, php 7.4.6
-
Sprint 66 (Jul 2020)
-
1
Steps to reproduce:
- Just stat web frontend
Result:
In main dashboard "System information" window are reported php errors:
Undefined index: table_name [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → MysqlDbBackend->checkEncoding() → MysqlDbBackend->checkTablesEncoding() → DBfetchColumn() in include/db.inc.php:846]Undefined index: table_name [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → MysqlDbBackend->checkEncoding() → MysqlDbBackend->checkTablesEncoding() → DBfetchColumn() in include/db.inc.php:846]Undefined index: table_name [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → MysqlDbBackend->checkEncoding() → MysqlDbBackend->checkTablesEncoding() → DBfetchColumn() in include/db.inc.php:846]Undefined index: table_name [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → MysqlDbBackend->checkEncoding() → MysqlDbBackend->checkTablesEncoding() → DBfetchColumn() in include/db.inc.php:846]Undefined index: table_name [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → MysqlDbBackend->checkEncoding() → MysqlDbBackend->checkTablesEncoding() → DBfetchColumn() in include/db.inc.php:846]Undefined index: table_name [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() [..] → ZBase->processResponseFinal() → CView->getOutput() → include() → make_status_of_zbx() → MysqlDbBackend->checkEncoding() → MysqlDbBackend->checkTablesEncoding() → DBfetchColumn() in include/db.inc.php:846]
See screenshot...
See log file...
See memory dump...
Expected:
See screenshot....
See attached patch file...
- caused by
-
ZBXNEXT-5603 Check DB character set and collation on initial frontend setup page
- Closed