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-& Gt;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-& Gt;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-& Gt;checkphpuploadmaxfilesize () →str2mem () in include/func.inc.php:410]
This problem occurs when the installation is complete, because PHP 7.1.0 type hardening, the processing method is also very simple to find the Zabbix web directory include/func.inc.php file
Sed-i '/$last = Strtolower (substr ($val,-1))/aval ($val, 0,strlen ($val)-1); \ '/home/www/zabbix/include/func.inc.php
Note the file path.
This article is from "Maple Night" blog, please be sure to keep this source http://fengwan.blog.51cto.com/508652/1890948
PHP 7.1.0 Installation Zabbix 3.0.7 Problem Handling