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.