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...
Answered By - Sameer
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.