I just upgraded from 17.04 to 17.10 and ever since my phpmyadmin is not working anymore. It displays:
The mbstring extension is missing. Please check your PHP configuration.
I have tried all the options here: mbstring is missing for phpmyadmin in ubuntu 16.04 but to no avail.
sudo apt install php7.0-mbstring doesn't work because it has no install candidate, but I did install php-mbstring. I also enabled the mods, but when I then hit php -i in my console I get:
Unable to load dynamic library '/usr/lib/php/20151012/mbstring.so'
I did of course (plenty of) apache restarts. How do I get this to work again?