I'm having some issues with my Magento installation. At the checkout I get the following error:
Call to undefined function mb_convert_encoding() in public_html/cpanel_user/lib/Pelago/Emogrifier.php on line 556
From research on Google and SO it seems to be a issue with MB-STRING. I'm running CentOS with WHM/cPanel on top.
I installed the extension using the following command:
yum install php-mbstring
Rebooted the httpd via the following command:
service httpd restart
If you need anymore info let me know, I'm desperately looking to solve this issue.