Fatal error: Call to undefined function mb_convert_encoding() in C:\Program Files\xampp\html\header.inc.php on line 222
我已经启动mbstring.dll,不知道为什么还是错!!请高手帮忙~~~

解决方案 »

  1.   

    你在phpinfo里面可以查得到mbstring.dll文件不?
      

  2.   

    调用了没有定义的function也就是没找到这个function
      

  3.   

    mbstring
    Multibyte Support  enabled  
    Multibyte string engine  libmbfl  
    HTTP input encoding translation  enabled  
    Multibyte (japanese) regex support  enabled  
    Multibyte regex (oniguruma) version  3.7.1  mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. Directive Local Value Master Value 
    mbstring.detect_order no value no value 
    mbstring.encoding_translation On On 
    mbstring.func_overload 0 0 
    mbstring.http_input pass pass 
    mbstring.http_output pass pass 
    mbstring.internal_encoding no value no value 
    mbstring.language neutral neutral 
    mbstring.strict_detection Off Off 
    mbstring.substitute_character no value no value 
      

  4.   

    看看PHP.ini文件中这个模块打开没。
      

  5.   

    把PHP环境安装到C盘  配制好 开通extension=php_mbstring.dll 权限
    重起iiS 就可以了