Call to undefined function mb_detect_encoding()
If you get the error Call to undefined function mb_detect_encoding() you are missing the php-mbstring extension.
You can use Yum to easily fix this, simply log onto the server and run the following as root
yum install php-mbstring service httpd restart