Fatal error: Call to undefined function mb_strlen()

前端 未结 8 1834
死守一世寂寞
死守一世寂寞 2020-12-01 10:19

I\'m trying to make a donation center which I use the source code from Totorialzine.

Everything works fine for me at this moment so far but the only problem I was st

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 10:31

    On Centos, RedHat, Fedora and other yum-my systems it is much simpler than the PHP manual suggests:

    yum install php-mbstring
    service httpd restart
    

提交回复
热议问题