AWS : Error installing php Myadmin

Asked

Viewed 72 times

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

  • Linux or Windows?

  • Linux da aws propia

1 answer

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

You are not signed in. Login or sign up in order to post.