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

Klemen Rejec picture Klemen Rejec · May 5, 2015 · Viewed 237k times · Source

I have a problem running phpMyAdmin. When I try to access phpMyAdmin in my browser, I get the error message: "The mbstring extension is missing. Please check your PHP configuration."

I have already searched on the internet for possible solutions. According to that, I made some modifications in php.ini file. I uncommented the line ";extension=php_mbstring.dll" and wrote the full path of the ext folder in extension_dir. Sadly, it still doesn't work.

Could you please help me finding the proper solution.

Answer

Sameer picture Sameer · Jun 12, 2016

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