Problem : Call to undefined function: mb_internal_encoding()

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
harshil
Forum Newbie
Posts: 13
Joined: Fri Aug 01, 2008 1:21 am

Problem : Call to undefined function: mb_internal_encoding()

Post by harshil »

Hello to everyone,

I am getting the following error while installing Dolphine - Boonex

Error : "Call to undefined function: mb_internal_encoding()"

Please can anybody help me to sort out this problem !!


Thanks !
Dynamis
Forum Contributor
Posts: 122
Joined: Thu Jul 10, 2008 3:15 pm
Location: Indiana, US

Re: Problem : Call to undefined function: mb_internal_encoding()

Post by Dynamis »

Whenever you get an error like that, it normally means that library is not installed. I know with php 5.2.6, that library does not come installed automatically, like half the other libraries. Simply re-download the installer, click to change your setup, and include the "extension" "multibyte string" in your new installation.
Post Reply