Can't Add Blocks

Permalink
When I click Add to Header Nav or Add to Main the window/dialog thing comes up and it says.

Fatal Error: Call to undefined function mb_detect_encoding() in blah blah/public_html/concrete/helpers/concrete/marketplace/blocks.php on line 17.


This is running on a server host.

 
dstew99 replied on at Permalink Reply
dstew99
Hi,

This is indicating that the php multi-byte stringe (mbstring) extension is not installed or enabled.

do a phpinfo() on your site and see if
--enable-mbstring=all is set in the configure command.

more info here:
http://us2.php.net/manual/en/mbstring.configuration.php...
jizzle replied on at Permalink Reply
jizzle
In your php.ini file, you have to uncomment the line:

extension=php_mbstring.dll

and then restart the web server.