Call to undefined function mb_internal_encoding problem

Source: Internet
Author: User
Laravel Framework error prompt:

[Sat May 16 11:34:36.283788 2015] [: ERROR] [PID 9540:tid 828] [Client 127.0.0.1:62578] PHP Fatal error:call to undefined function illuminate\\foundation\\bootstrap\\mb_internal_encoding () in e:\\phptools\\ Apache24\\htdocs\\hparent\\vendor\\laravel\\framework\\src\\illuminate\\foundation\\bootstrap\\ Loadconfiguration.php on line 43

Call to undefined function mb_internal_encoding () in error,

The main reason for this is the configuration of the php.ini configuration file.

After I opened the project directory, I found that the webpage could not be displayed and found the above hint after using log trace (log in the ErrLog directory under the logs file in Apache folder


Query a number of sites, and finally found a similar problem under the site, and tried the following:

1, first check the php.ini file under the extension= php_mbstring.dll Extension is open, expand to remove the previous; Restart Apache service after

If you open the extension or not, I recommend opening the following file extension to try again (this is the case, I opened all the extensions to work)

Extension=php_gd2.dll extension=php_intl.dllextension=php_mbstring.dllextension=php_ Exif.dll extension=php_mysql.dllextension=php_mysqli.dllextension=php_pdo_mysql.dll question Reference URL:

http://stackoverflow.com/ Questions/27090989/mbstring-not-loading-myphp-admin-fatal-error-etc-etc-on-windows-7-pro-local-ser

Above introduces the call to undefined function mb_internal_encoding problem, including the aspects of the content, want to be interested in PHP tutorial Friends are helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.