php - The mbstring extension is missing -


i'm new linux. installed apache2, mysql-server, php 7.0 , phpmyadmin on linux mint 18.1. installation went fine, localhost/phpmyadmin gives error (see title).

tried:

  • uncommenting "extension_dir" in php.ini
  • uncommenting mbstring.dll extension in php.ini
  • making link /var/www/html/phpmyadmin /usr/share/phpmyadmin
  • reinstalling php7.0-mbstring

but neither worked.

i've been restarting apache well.

if have apache , php running correctly, should install mbstring extension on php , restart apache:

sudo apt-get install php7.0-mbstring sudo service httpd restart 

restarting apache step people forget about. distributions restart apache when install php extension, other don't.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -