I am using Ubuntu OS 14.04 LTS. After I run sudo apt-get dist-upgrade(run this command because I unable to download and update it when the os ask me) I cannot open phpmyadmin again. Before that I can open it normally.
I am using PHP Version 7.0.4-5, phpmyadmin 4.5.5.1 With phpmyadmin I downloaded it from https://www.phpmyadmin.net/ and then move to /var/www/html.
I have enabled
extension=php_mbstring.dll
extension=php_exif.dll
extension=php_mysqli.dll
and restart apache2 still not work. And when I run php-m and phpinfo() also cannot find mbstring.
Please help solve this problem. Really thankful for help me.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With