Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The mbstring extension is missing. Please check your PHP configuration

Tags:

php

phpmyadmin

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.

like image 418
Tbaustin Avatar asked Feb 15 '26 19:02

Tbaustin


1 Answers

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

like image 196
Sameer Avatar answered Feb 21 '26 14:02

Sameer