glcui 发表于 2019-1-23 14:19:05

zabbix安装打开网页时,空白解决方法

  使用浏览器打开地址: http:///zabbix
可能会出现白屏幕,查看/var/log/httpd/error_log文件,发现如下错误:
http://www.msits.com/wp-content/uploads/2011/11/zabbix_thumb.png
Call to undefined function bcscale() in /var/www/html/zabbix/include/defines.inc.php on line 797
是php缺少一个数学库: $ yum install php-bcmath
OK!



页: [1]
查看完整版本: zabbix安装打开网页时,空白解决方法