Can't Add Blocks
PermalinkFatal 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.
Fatal Error: Call to undefined function mb_detect_encoding() in blah blah/public_html/concrete/helpers/concrete/marketplace/blocks.php on line 17.
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
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...