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.
This is running on a server host.
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.
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...