Php Learning Log (4)-The mbstring extension is missing. Please check your PHP configuration error and solution,-thembstring
After wampServer is installed, phpMyAdmin has never been used. When phpMyAdmin is used today, The following error occurs: The mbstring extension is missing. Please check your PHP configuration. The error indicates that the mbstring extension is missing. Check the php configuration.
Figure 1 loss of Extended parts
My computer system is win10 and wampServer is configured as follows (here is the screenshot after the problem is solved. You can see mbstring in Loaded Extensions, the yellow part in the figure ):
Figure 2. My wampserver Configuration
Most of the solutions on the Internet are:
Change extension_dir = "ext" in the php. ini file to extension_dir = "D: \ php \ ext" (full path of your own file)
; Extension = php_mbstring.dll to extension = php_mbstring.dll (remove the colon above)
We found that php. ini does not have these two problems,
Figure 3. Path setting before modification
Figure 4. Extension Configuration before modification
The final solution is:SetCopy the php. ini file to windowsFolder,
Figure 5. Copy the php. ini file to the windows folder
Solved the problem smoothly.
Thank you for sharing: http://zhidao.baidu.com/question/586041374.html? Qbl = relate_question_3 & word = The % 20 mbstring % 20 extension % 20is % 20missing. % 20 Please % 20 check % 20 your % 20PHP % 20configuration.