Hello Gents,
I have issue with frontend of Zabbix 3.2. I have got the following log entry in my httpd error log:
I looked after where this funcion declared beside func.inc.php and I found:
Do you have idea, what stays centre of the problem?
Ty
I have issue with frontend of Zabbix 3.2. I have got the following log entry in my httpd error log:
Code:
PHP Fatal error: Cannot redeclare error() in /usr/share/zabbix/include/func.inc.php on line 1930
Code:
grep -Ri "function error"
func.inc.php:function error($msgs) {
classes/core/CAjaxResponse.php: public function error($error) {
classes/html/CTag.php: public function error($value) {
classes/validators/CValidator.php: protected function error($message) {
classes/api/services/CItemGeneral.php: protected function errorInheritFlags($flag, $key, $host) {
classes/parsers/CUserMacroParser.php: private function errorMessage($source, $pos) {
classes/parsers/CItemKey.php: private function errorMessage($key, $pos) {
Ty
Comment