Instructions
Log in to your server that is hosting your PHP installation.
Type "vim /etc/php5/php.ini" and press "Enter" to open your PHP configuration file.
Scroll through the configuration file until you find the line that says "--enable-mbstring."
Delete this line from your PHP configuration, press "ESC" then type "ZZ" to save and exit the file.
Restart the server to apply the setting change by typing "/etc/init.d/apache2 restart" on the command line, and then press "Enter."