phpBB installation - reports that mbstring settings are incorrect
During phpBB install, the requirements screen reports the following:
HTTP input character conversion:
mbstring.http_input must be set to pass. No
HTTP output character conversion:
mbstring.http_output must be set to pass. No
Add the following to an .htaccess file in the phpBB root directory:
php_value mbstring.http_input pass
php_value mbstring.http_output pass