参考:
http://www.jb51.net/article/15330.htm
按照参考文档中安装完毕后,访问网址 空白页,查看调试信息返回500错误。
进入/var/log/httpd/log/error_log中发现
Fatal error: Call to undefined function mb_detect_encoding()
参考:
yum install php-mbstring
解决问题
本文介绍了遇到PHP中mb_detect_encoding函数未定义导致的500错误问题及其解决方案。通过安装php-mbstring扩展包成功解决了该问题。
参考:
http://www.jb51.net/article/15330.htm
按照参考文档中安装完毕后,访问网址 空白页,查看调试信息返回500错误。
进入/var/log/httpd/log/error_log中发现
参考:
yum install php-mbstring
解决问题
399
1万+

被折叠的 条评论
为什么被折叠?