访问zabbix安装页面报错500,apache报错Call to undefined function mb_detect_encoding()

简介: 访问zabbix安装页面报错500,apache报错Call to undefined function mb_detect_encoding()

系统版本

OS:centos7.2
version:4.4.9

错误现象

访问http://XX:port/zabbix/php/setup.php控制台报错500,apache服务端日志报错call to undefined function mb_convert_encoding in。。。

解决方案

在php.ini中开启mbstring函数库:去掉extension=php_mbstring.dll前面的分号;
centos解决方案:

首先安装 php-mbstring库文件:

yum install php-mbstring

之后,修改/etc/php.ini文件,在里面加一句

extension=mbstring.so

保存后重启httpd服务。

systemctl restart httpd
相关文章
|
数据采集 自然语言处理 Devops
ToolLearning Eval:CodeFuse发布首个中文Function Call的大语言模型评测基准!🚀
CodeFuse发布了首个面向ToolLearning领域的中文评测基准ToolLearning-Eval,以帮助开发者跟踪ToolLearning领域大模型的进展,并了解各个ToolLearning领域大模型的优势与不足。ToolLearning-Eval按照Function Call流程进行划分,包含工具选择、工具调用、工具执行结果总结这三个过程,方便通用模型可以对各个过程进行评测分析。
1205 0
Fatal error: Call to undefined function openssl_pkey_get_private()
Fatal error: Call to undefined function openssl_pkey_get_private()
182 0
|
文字识别 Linux Swift
多图理解,更懂中文,支持function call的Phi-3.5来了!
微软继今年4月推出Phi-3系列小型语言模型后,又一鼓作气三连发布并开源其「小而美」系列 Phi-3.5模型!
|
SQL 监控 关系型数据库
Mysql主从同步报错解决:Error executing row event: Table zabbix.history-..
Mysql主从同步报错解决:Error executing row event: Table zabbix.history-..
474 0
|
数据采集 监控 数据库
请问OceanBase社区版能否通过zabbix监控,然后将报错信息展现到grafana?
【2月更文挑战第25天】请问OceanBase社区版能否通过zabbix监控,然后将报错信息展现到grafana?
140 2
|
vr&ar
运行nvue 页面报错reportJSException >>>> exception function:GraphicActionAddElement, exception:You ar...
运行nvue 页面报错reportJSException >>>> exception function:GraphicActionAddElement, exception:You ar...
246 0
|
Python
Python(二十九)pycharm连接调试器失败 Interrupted function call accept failed~
Pycharm在使用调试器模式时报错: Interrupted function call: accept failed
601 0
|
监控 Linux
CentOS 7安装zabbix-agent 5.0报错:依赖检测失败:libpcre.so.0(64bit)获取GPG密钥失败
CentOS 7安装zabbix-agent 5.0报错:依赖检测失败:libpcre.so.0(64bit)获取GPG密钥失败
632 0
|
25天前
|
监控 应用服务中间件 nginx
基于Zabbix的SLA监控体系构建与实践
本文由Zabbix社区专家褚凤彬分享,详解SLA在Zabbix中的应用。通过Trigger与Service联动,构建Web应用的多层级监控体系,并介绍SLA计算规则、维护期处理及升级注意事项,助力企业精准掌控服务可用性。
298 36

热门文章

最新文章

推荐镜像

更多