Forum Moderators: coopster
Fatal error: Call to undefined function mb_detect_encoding
In the PHP/ext folder, there is a file called "php_mbstring.dll." In php.ini you can see what settings I have uncomented and which are not:
extension=php_mbstring.dll
mbstring.language = Japanese
;mbstring.internal_encoding = EUC-JP
;mbstring.http_input = auto
;mbstring.http_output = SJIS
;mbstring.encoding_translation = Off
;mbstring.detect_order = auto
;mbstring.substitute_character = none;
;mbstring.func_overload = 0
;mbstring.strict_encoding = Off
Is there something I am missing for PHP5? Is there some sort of multibyte package or is there some lines of code that need to be complied with the installation?
When answering, please understand that most of this goes way over my head. Thanks.