I have my website on digitalocean with PHP7. I tried to install phpmyadmin and I get errors with some missing packages. Is it currently not possible to use phpmyadmin with PHP7?
The following packages have unmet dependencies:
phpmyadmin : Depends: libapache2-mod-php5 but it is not going to be installed or
libapache2-mod-php5filter but it is not going to be installed or
php5-cgi but it is not going to be installed or
php5-fpm but it is not going to be installed or
php5 but it is not going to be installed
Depends: php5-mysql but it is not going to be installed or
php5-mysqli but it is not installable or
php5-mysqlnd but it is not going to be installed
Depends: php5-mcrypt but it is not going to be installed
Depends: php5-json but it is not going to be installed
Depends: php-gettext but it is not going to be installed
Recommends: php5-gd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
@bashy Hey, this is what I did. At first I just cloned it and it didn't work, then I cd /home/forge/default/public and cloned it there and it works now. I will probably change the route to secure it, but is that okay do you think? I mean it works and I can see the tables and everything.