You were my everything PHP prompt could not load or mcrypt did not find PHP extension mbstring workaround

Source: Internet
Author: User
Tags mcrypt
PHP extension mbstring is not found, and you now seem to be using multibyte character sets. PhpMyAdmin that do not have a mbstring extension do not correctly split the string, which can produce unexpected results.
Unable to load MCrypt workaround
Tip: Unable to load MCrypt (outside the chain, English) extension, please check your PHP configuration.
In the php.ini file in the C:\WINDOWS directory,
There is no "; Extension=php_mcrypt.dll" in the previous ";" Remove
therefore cannot use the corresponding function, the solution is to open the php.ini file, find; Extension=php_mcrypt.dll change to
Extension=php_mcrypt.dll remove the front; make it effective
To restart the computer after you finish modifying php.ini.
If not, you may be missing the Libmcrypt.dll file in the system's System32 (typically C:\WINDOWS\system32) directory. The workaround is to locate the Libmcrypt.dll in the PHP directory, copy it to the C:\WINDOWS\system32 directory, and then restart IIS.
Unable to load mbstring workaround:
Win System:
Open C:\windows\php.ini
Put
; Extension=php_mbstring.dll
Change into
Extension=php_mbstring.dll
Unix:
Open/etc/php.ini
Put
; extension=php_mbstring.so
Change into
Extension=php_mbstring.so
It is possible to verify the location of the php.ini and some of the features currently supported by PHP by looking at Phpinfo ().
errors, and modifications, that may occur with the server settings.
PHP Settings: Blocked some although formal but there will be occasional sudden error display code error_reporting = e_all to error_reporting = E_all & ~e_notice
Modify the Display_errors value to OFF

The above describes you were my everything PHP prompt can not be loaded or mcrypt did not find the PHP extension mbstring solution, including the content of you were my everything, I hope to be interested in PHP tutorial friends helpful.

  • Related Article

    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.