开发者

mb_substr cant be used on PHP 5.2.6

开发者 https://www.devze.com 2022-12-20 12:01 出处:网络
Fatal error: 开发者_StackOverflowCall to undefined function mb_substr() After moving to my dedicated server (hypervm CP), I got lots of errors.

Fatal error:

开发者_StackOverflow

Call to undefined function mb_substr()

After moving to my dedicated server (hypervm CP), I got lots of errors.

How do I solve this problem?


It looks like the mbstring extension, which provides that kind of functions, is not installed or enabled : if it was enabled, you'd have a block "mbstring", in the output of phpinfo().

If you are admin of your server, a first idea might be to check for something like

extension=mbstring

In you php.ini file.

0

精彩评论

暂无评论...
验证码 换一张
取 消