Call to undefined function
Problem
If you have a fatal error: Call to undefined function mb_internal_encoding() or similar this mean mbstring module is not installed on your server.
Solution
If it was installed, it would be displayed on your phpinfo page Admin → System → Settings → System → PHP Info
Related articles