Fatal error:
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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
In you
php.inifile.