This error is reported when you access a php page.

Source: Internet
Author: User
The error Fatal error: Cannot to undefined function mb_internal_encoding () is reported when you access a php page ()

My environment is:

VirtualBox4.2.6 + Linux (RedHat) + httpd-2.4.4 + mysql-5.1.6 + php-5.4.13


Reply to discussion (solution)

Mbstring extension not enabled

Mbstring extension not enabled
How to enable it?
I searched the internet and followed suit.

In php. ini,
; MB string. internal_encoding = EUC-JP

Delete the semicolon and restart apache.

Http://php.net/manual/en/mbstring.configuration.php#ini.mbstring.internal-encoding

Modify php. ini, add extension = mbstring. so, and restart apache.

If there is no mbstring. so file, go to the Internet to search for linux to enable the php_mbstring extension and install the extension.

In php. ini,
; MB string. internal_encoding = EUC-JP

Delete the semicolon and restart apache.

Http://php.net/manual/en/mbstring.configuration.php#ini.mbstring.internal-encoding


Modify php. ini, add extension = mbstring. so, and restart apache.

If there is no mbstring. so file, go to the Internet to search for linux to enable the php_mbstring extension and install the extension.
I did it, but I still can't.

Find extension = php_mbstring.dll in php. ini, remove the semicolon, save it, and restart apache! Hope to help you!

Find extension = php_mbstring.dll in php. ini, remove the semicolon, save it, and restart apache! Hope to help you!
My environment is a linux operating system, and. dll is a file type of the windows operating system.

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.