View Issue Details

IDProjectCategoryView StatusLast Update
0024489mantisbtotherpublic2018-06-06 00:39
ReporterRyu Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version2.14.0 
Summary0024489: Failure message on PHP ver,7.2.5 x86 edition only
Description

Message is;
FATAL ERROR: PHP mbstring extension is not enabled.
MantisBT requires this extension for Unicode (UTF-8) support
http://www.php.net/manual/en/mbstring.installation.php

There is no failure on x64 edtion, only x86 edtion.

Key contents of php.ini are below.

extension=php_mbstring.dll
default_charset = "UTF-8"
extension_dir = "x:/xxxxx/phpv725x86/ext"
extension=php_mbstring.dll
extension=mbstring
mbstring.language = Japanese
mbstring.internal_encoding = UTF-8
mbstring.http_input = pass
mbstring.http_output = pass
mbstring.encoding_translation = Off
mbstring.detect_order = UTF-8,SJIS,EUC-JP,JIS,ASCII

TagsNo tags attached.

Activities

atrol

atrol

2018-05-27 03:00

developer   ~0059958

There is nothing that Mantis can do at this point. We just check that the extension is enabled.

Ryu,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure your PHP runtime environment). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

Independent from that, I recommend to use PHP 7.1 at the moment as there are known issues using PHP 7.2., e.g. 0024462 and 0024470.