PHP: undefined function mb_substr()
次のようなエラーがでた時の対策
PHP Fatal error: Uncaught Error: Call to undefined function mb_substr()
このエラーは、/var/log/nginx/error.log に出ました。
mbstring がインストールされているかの確認
php -m | grep mbstring
Ubuntu でのインストール方法
sudo apt install php-mbstring
インストールされたことの確認
$ php -m | grep mbstring
mbstring
次のバージョンで確認しました。
$ php --version
PHP 8.0.8 (cli) (built: Mar 3 2022 14:51:53) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.8, Copyright (c) Zend Technologies
with Zend OPcache v8.0.8, Copyright (c), by Zend Technologies
Author And Source
この問題について(PHP: undefined function mb_substr()), 我々は、より多くの情報をここで見つけました https://qiita.com/ekzemplaro/items/bd999a7cdf87f6dd5c18著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .