Page 1 of 1
Nach Keyhelp Update PHPMyAdmin beschädigt
Posted: Thu 31. Oct 2019, 11:05
by REOL
Moin!
Nach dem KeyHelp Update auf 19.3 geht bei mir die PHPMyAdmin Installation nicht mehr...
File ./vendor/autoload.php missing or not readable.
Most likely you did not run Composer to install library files.
Gibt es da schon einen Workaround oder co? Bin bissl darauf angewiesen ^^
Re: Nach Keyhelp Update PHPMyAdmin beschädigt
Posted: Thu 31. Oct 2019, 13:47
by Tobi
Wenn du darauf angewiesen bist und nicht auf Antwort warten kannst, dann installiere dir einfach ein phpmyadmin im Userspace.
Damit kannst du übergangsweise arbeiten.
Re: Nach Keyhelp Update PHPMyAdmin beschädigt
Posted: Thu 31. Oct 2019, 21:55
by Blackmoon
Hallo,
alternativ Adminer aktivieren. Das funktioniert bis dato ohne Probleme.
/Dani
Re: Nach Keyhelp Update PHPMyAdmin beschädigt [GELÖST]
Posted: Fri 1. Nov 2019, 07:49
by Alexander
Sollte es Probleme mit den Tools geben, hier zum einfachen neuinstallieren. Einfach den gewünschten Befehl kopieren und Enter drücken.
Für Ubuntu 14 / PHP 5.5
phpMyAdmin
Code: Select all
wget https://install.keyhelp.de/scripts/php5/pma -O pma.php ; php pma.php
Roundcube
Code: Select all
wget https://install.keyhelp.de/scripts/php5/rc -O rc.php ; php rc.php
Für Debian 8/9 + Ubuntu 16 / PHP 5.6 + 7.0
phpMyAdmin
Code: Select all
wget https://install.keyhelp.de/scripts/php7/pma -O pma.php ; php pma.php
Roundcube
Code: Select all
wget https://install.keyhelp.de/scripts/php7/rc -O rc.php ; php rc.php
Für Debian 10 + Ubuntu 18 / PHP 7.1 + 7.2 + 7.3
phpMyAdmin
Code: Select all
wget https://install.keyhelp.de/scripts/php71/pma -O pma.php ; php pma.php
Roundcube
Code: Select all
wget https://install.keyhelp.de/scripts/php71/rc -O rc.php ; php rc.php