1
People installing phpmyadmin installed everything ok, however it gave problem when accessing the ip/phpmyadmin of the error :
The mbstring extension is missing. Please check your PHP configuration.
My php is 7.0.16 How can I fix ? Thank you
1
People installing phpmyadmin installed everything ok, however it gave problem when accessing the ip/phpmyadmin of the error :
The mbstring extension is missing. Please check your PHP configuration.
My php is 7.0.16 How can I fix ? Thank you
1
Try using the following commands:
sudo apt-get install libapache2-mod-php7.0
sudo apt-get install php7.0-mbstring
And then:
sudo service apache2 restart
I hope it works
nio if siat uses yum, I change apt-get to yum?
Loaded plugins: Priorities, update-motd, upgrade-helper amzn-main/Latest | 2.1 kB 00:00 amzn-updates/Latest | 2.3 kB 00:00 1004 Packages excluded due to Repository Priority protections No package libapache2-mod-php7.0 available. Error: Nothing to do
Browser other questions tagged aws phpmyadmin
You are not signed in. Login or sign up in order to post.
Linux or Windows?
– Ismael
Linux da aws propia
– Augusto Furlan