Unable to call the built in mb_internal_encoding method?

前端 未结 6 593
故里飘歌
故里飘歌 2020-12-16 09:31

I\'m trying to install indefero on a CentOS 5.3 VMware \'box\' and I ran into a problem. Quite early in the installation I get an error that I\'ve been able to narrow down t

6条回答
  •  自闭症患者
    2020-12-16 10:16

    If you don't know how to enable php_mbstring extension in windows, open your php.ini and remove the semicolon before the extension:

    change this

    ;extension=php_mbstring.dll
    

    to this

    extension=php_mbstring.dll
    

    after modification, you need to reset your php server.

提交回复
热议问题