I have recently change my php version 7.0 to 7.1
I tried
sudo apt-add-repository ppa:ondrej/php
sudo apt install php7.1
sudo a2dismod php7.0
sudo a2enmod php7.1
sudo apt-get install php7.1-xml
Then when i hit localhost/projectname
nothing will displays.. and when u hit http://localhost/phpmyadmin/
got
phpMyAdmin – Error The mbstring extension is missing. Please check
your PHP configuration.
then i tried
sudo apt-get install php-mbstring
Nothing change.
finally
sudo service apache2 restart
No change..even i didn’t get my project which is worked before.
please help me
2
Answers
Please try:
Hope it helps.
Follow list of commands