Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in /data/web/sl_fe/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php:1234 Stack trace: #0 /data/web/sl_fe/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php(1070): simple_html_dom->parse_charset() #1 /data/web/sl_fe/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php(96): simple_html_dom->load(‘<h3>\xE4\xBD\x8D\xE7\xBD\xAE\xE5\x8F\x8A\xE7\x9B…’, true, true) #2 [internal function]: str_get_html(‘<h3>\xE4\xBD\x8D\xE7\xBD\xAE\xE5\x8F\x8A\xE7\x9B…’) #3 /data/web/sl_fe/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/HtmlDomParser.php(18): call_user_func_array(‘\\str_get_html’, Array) #4 /data/web/sl_fe/app/Http/Controllers/DocController.php(81): Sunra\PhpSimple\HtmlDomParser::str_get_html(‘<h3>\xE4\xBD\x8D\xE7\xBD\xAE\xE5\x8F\x8A\xE7\x9B…’) #5 [internal function]: App\Http\Controllers\DocControl in /data/web/sl_fe/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php on line 1234
Windows下解决方法:
php.ini extension=php_mbstring.dll
Ubuntu下解决方法:
sudo apt-get install php7.0-mbstring sudo service php7.0-fpm restart
转载请注明:苏demo的别样人生 » Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in /data/web/sl_fe/vendor/su