Hi,
I tried to install phpmyadmin through apt-get install phpmyadmin
but recieved the following errors.
What am I missing here?
Best regards.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @damir,
Which repository have you added to your Droplet in order to get PHP7 running? It looks like the phpmyadmin package you’re trying to install is from the default repo, which expects PHP5.
If the repository you added doesn’t provide a phpmyadmin package updated for PHP7, you may need to install it manually or by using Composer.
Best, Eris Platform Support Specialist