Fatal error: Call to undefined function mb_split()

Hi

I get this error:

Fatal error: Call to undefined function mb_split() in /home/lawofatt/public_html/community/inc/utils.inc.php on line 146

I have contacted the hosting and they say that everything is setup correctly php wise

Quote · 20 Mar 2012

Sorry. But if the hosting company your using does not realize the problem is at there end, then it's time to find a host that knows what they are doing.

mb_split() is a php function. refer to this page. http://php.net/manual/en/function.mb-split.php

The fact that you are getting a error indicating it cannot be found indicates that your hosts php setup on the server is missing multibyte support.

Per the hosting requirements for dolphin listed here. http://www.boonex.com/trac/dolphin/wiki/DolTech mbstring is a required extension. It is clear from the error that the host does not have this extension installed.

If you go into dolphin admin under tools then to host tools it should report that it's not installed. Your should also see any other problems.

https://www.deanbassett.com
Quote · 20 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.