虽然启用了mbstring,但调用未定义的函数mb_convert_encoding()

时间:2018-05-01 18:06:01

标签: php ubuntu apache2 php-7.2 ubuntu-18.04

我的服务器上安装了mbstring,它显示在phpinfo()输出的“附加.ini文件解析”行中。 但是当我尝试使用mb_convert_encoding()函数时,它会给我以下错误:

Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() in /var/www/example.org/public_html/debug.php:11 Stack trace: #0 {main} thrown in /var/www/example.org/public_html/debug.php on line 11

当我尝试使用sudo apt-get install php7.2-mbstring安装mbstring时,它表示已经安装了mbstring

0 个答案:

没有答案