Tuesday, January 25, 2022

[FIXED] The mbstring extension is missing. Please check your PHP configuration

Issue

phpMyAdmin Error: The mbstring extension is missing. Please check your PHP configuration

I have already tried all of the solutions on this and none of them have worked for me. I am not sure what else to do.


Solution

I have seen this problem. This error appears when I upgraded by 15.10 to 16.04 or installed 16.04.I resolved my problem by running this command and system restart. Just run these command

sudo apt-get install phpmyadmin php-mbstring php-gettext

sudo service apache2 restart

Or you can follow this post...

Check This Post



Answered By - Sameer

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.