PHP 7.1.0安装Zabbix 3.0.7问题处理

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 7.1.0安装Zabbix 3.0.7问题处理相关的知识,希望对你有一定的参考价值。

A non well formed numeric value encountered [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → CView->getOutput() → include() → make_status_of_zbx() → CFrontendSetup->checkRequirements() → CFrontendSetup->checkPhpMemoryLimit() → str2mem() in include/func.inc.php:410]

A non well formed numeric value encountered [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → CView->getOutput() → include() → make_status_of_zbx() → CFrontendSetup->checkRequirements() → CFrontendSetup->checkPhpPostMaxSize() → str2mem() in include/func.inc.php:410]

A non well formed numeric value encountered [zabbix.php:21 → require_once() → ZBase->run() → ZBase->processRequest() → CView->getOutput() → include() → make_status_of_zbx() → CFrontendSetup->checkRequirements() → CFrontendSetup->checkPhpUploadMaxFilesize() → str2mem() in include/func.inc.php:410]


安装完成之后启动就出现这个问题,这个是因为PHP 7.1.0类型强化,处理方法也很简单找到Zabbix WEB目录下include/func.inc.php文件

sed -i ‘/$last = strtolower(substr($val, -1));/aval($val,0,strlen($val)-1);\‘ /home/www/zabbix/include/func.inc.php

注意一下文件路径即可。


本文出自 “枫林晚” 博客,请务必保留此出处http://fengwan.blog.51cto.com/508652/1890948

以上是关于PHP 7.1.0安装Zabbix 3.0.7问题处理的主要内容,如果未能解决你的问题,请参考以下文章

OPENSUSE + zabbix源码安装,PHP出现问题?怎么解决?

zabbix搭建

CentOS 7 LNMP部署—php 常用插件

zabbix3.0安装过程中出现的问题

基于nginx的zabbix安装问题

yum安装Zabbix5.0+Nginx+Php7.2