centos PHP7 yii2 報錯 Call to undefined function yii\\helpers\\mb_strlen()

大飛_dafei發表於2018-11-06

出現問題 

Call to undefined function yii\\helpers\\mb_strlen()

    "data": {
        "name": "Exception",
        "message": "Call to undefined function yii\\helpers\\mb_strlen()",
        "code": 0,
        "type": "Error",
        "file": "............../vendor/yiisoft/yii2/helpers/BaseStringHelper.php",
        "line": 31,

解決,安裝 PHP擴充套件 php-mbstring:

yum install php-mbstring
systemctl restart php-fpm

 

相關文章