phpMyAdmin - Error | The mbstring extension is missing. Please check your PHP configuration in Ubuntu 14.04 LTS

Yey :) I have solved it!!!! Just run this

    sudo apt-get install libapache2-mod-php7.0
    sudo apt-get install php7.0-mbstring

and then sudo service apache2 restart.


I solved with :

sudo apt-get install libapache2-mod-php7.*
sudo apt-get install php7.*-mbstring

and then -

sudo service apache2 restart

I solved it by these commands :

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

Tags:

Php

Apache

Ubuntu