Code: Select all
mbstring.http_input = pass
mbstring.http_output = pass
That kind of information is important at the outset, what else did you try, have you got access to php.ini? You should speak to your host in any case.charliee wrote:I tried the .htaccess edit already and it made the forum unaccessible.
Code: Select all
php_value mbstring.http_input pass
php_value mbstring.http_output pass
The host is one.com.RMcGirr83 wrote:Your host is a nub.
Talked to the host and they claimed to not have made any changes and that the error must be with phpbb software and said a custom php.ini can not be used.Mick wrote:have you got access to php.ini? You should speak to your host in any case.
This is the error i get when do the edit.Noxwizard wrote:To add it to the .htaccess file, you need to use these:Code: Select all
php_value mbstring.http_input pass php_value mbstring.http_output pass
Well there's something going on:charliee wrote:Talked to the host and they claimed to not have made any changes and that the error must be with phpbb software
Back to mbstring, I'm involved with three boards with that host and I've never had this issue. They are all on 5.6.7 without any problems. It isn't a major concern at the moment, 5.4 will be around for a while but I'd keep asking them how come 5.4 works and 5.6 doesn't, as per Rich.charliee wrote:The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator . . .
Then you are not on a server located in Copenhagen, Denmark?Mick wrote:Back to mbstring, I'm involved with three boards with that host and I've never had this issue. They are all on 5.6.7 without any problems.
That is the plan, the main question is why phpbb reports different settings for php 5.4 and 5.6.It isn't a major concern at the moment, 5.4 will be around for a while but I'd keep asking them how come 5.4 works and 5.6 doesn't, as per Rich.
Probably because the settings are different. It seems your host has compiled PHP 5.4 and 5.6 with different modules. phpBB is just reporting what it is not finding.charliee wrote:the main question is why phpbb reports different settings for php 5.4 and 5.6.
Yes, Danish server.charliee wrote:Then you are not on a server located in Copenhagen, Denmark?
So, it is basically up to phpBB to ensure proper compatibility.php manual wrote:mbstring.http_input string
Warning
This feature has been DEPRECATED as of PHP 5.6.0. Relying on this feature is highly discouraged.
Defines the default HTTP input character encoding.
PHP 5.6 and later users should leave this empty and set default_charset instead.