Fatal error: Call to undefined function mb_strtolower()

前端 未结 4 728
终归单人心
终归单人心 2020-12-18 23:52

i have a vps server i installed nginx + php-fpm now i have a problem with mb_strtolower() function this is my php info pleas goto this adress to see my php info

         


        
4条回答
  •  庸人自扰
    2020-12-19 00:12

    You need to install the PHP multibyte extension ("mbstring") as described here.

提交回复
热议问题