[Solved] Why does mb_convert_encoding fail? [closed]
PHP Fatal error: Call to undefined function mb_convert_encoding() That means mb_convert_encoding is not installed, because the MB extension is not installed on your version of PHP. How to install it depends on how you installed PHP. Mostly likely your operating system has a package manager (apt-get or such) that will allow you to install it … Read more