Code: Select all
php_value mbstring.http_input none
php_value mbstring.http_output none
Agreed. With all "php_value mbstring.http_*" statements removed from the .htaccess file, you're seeing that mbstring.http_output is blank as expected, but php_value mbstring.http_input is UTF-8. Presumably exactly as your hosting configuration has configured them to be by default.bendik wrote:Thu Feb 18, 2021 5:28 pmthis is my .access file, after removal all none sense mbstring I would guess that is correct. But error message still occur. Attaching picture of my PHP config too. As per PHP info, mbstring.http_input is set to UTF-8 as Master data
php_value mbstring.http_input none
in order to setup the conditions phpBB is expecting. Although setting both to "none" would also be fine.php_value mbstring.http_input none
in the .htaccess file does not eliminate the warning, what does the phpBB ACP's PHP Information show for mbstring configuration values at that point? i.e. What happened to the mbstring.http_input value, if anything, in response to the "none" configuration.Have you tried to contact your host?
Fair enough. So apparently, at least in the PHP implementation running on this server, you're able to change the mbstring.http_input and mbstring.http_output configuration to "pass" using the .htaccess file, as evidenced by the fact phpBB ACP reported the warning for both values under that configuration.
no value
, I do not what a blank value
is... BTW.3Di wrote: โThu Feb 18, 2021 7:08 pm...
Have you tried to contact your host?
In case let them have a read to this https://www.php.net/manual/en/mbstring. ... http-input
That's a good question. Because although the test was indeed changed in phpBB 3.3.3, the previous implementation of the test would not have allowed for "UTF-8" either. What was changed in phpBB 3.3.3 was no longer accepting the old PHP 5.x required configuration of "pass" for these configurations, since this hadn't been correct for the last several PHP version releases.