Posted by Anthony
2013-11-20

I get the following error after installation:

Fatal error: Call to undefined function mb_regex_encoding in web/codelib/slib/CMBStr.inc.php on line 30


any hints or thoughts of what is happening? Thanks.
Posted by Tom
2013-11-21

Hi Anthony,

>Fatal error: Call to undefined function mb_regex_encoding

It means your php is missing the mb_string extension. Most rental website hostings have mb_string extension preinstalled. Did you compile php yourself? Just add the extension and everything will be fine :)