call to undefined function mb_co

2018-08-29  本文已影响0人  Cesium中文网

参考链接:
http://blog.coinidea.com/web%E5%BC%80%E5%8F%91/php-1177.html

Windows下解决:

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

Linux下解决:

  1. 首先安装 php-mbstring库文件:

yum install php-mbstring
  1. 之后,修改/etc/php.ini文件,在里面加一句
extension=mbstring.so
  1. 保存后重启httpd服务。
service httpd restart

参考链接:
http://blog.coinidea.com/web%E5%BC%80%E5%8F%91/php-1177.html

上一篇下一篇

猜你喜欢

热点阅读