Whenever I try to access phpMyAdmin, I receive the following error:
\"The mbstring extension is missing. Please check your PHP configuration.\"
run sudo apt-get update, sudo apt-get upgrade before installing with sudo apt-get install php-mbstring.
I had the same problem today and found this way.