[SOLVED] Fatal error: Call to undefined function mb_convert_encoding()

I’m using ScriptCase 5.02.0041 and deploying my first application to my CentOS server. I ftp’d the zip file to a directory under the wwwroot and cleanly extracted it.

But I’m getting this error message I try to run the app:

Fatal error: Call to undefined function mb_convert_encoding()

what could be wrong?

Hello,

Is the server running under PHP 5.2? Is it an apache or IIS server? Please provide a few more informations about the server.

In addition, could you try to deploy the project locally? Extracting the zip on your local wwwroot? Just for tests purposes.

regards,
Bernhard Bernsmann

I’m running Apache version 2.2.21 and PHP version 5.3.9 . I did deploy in wwwroot on my production server and still have the same problem. I’m developing on my laptop and just have the ScriptCaseApache running.

Do you have mb_string enabled on your server? I’d look there.

Please get in touch with our support. Our chat is active on workdays from 8:00am to 6:00pm, and our ticket system is always available.

regards,
Bernhard Bernsmann

Turns out that mb_string was not installed on the server. I was able to use easy apached to include and recompile php. works fine now. thanks for pointing me in the right direction.

Glad I could help! Thanks for your feedback.

regards,
Bernhard Bernsmann