Nach Keyhelp Update PHPMyAdmin beschädigt [GELÖST]
Nach Keyhelp Update PHPMyAdmin beschädigt
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
Damit kannst du übergangsweise arbeiten.
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: Nach Keyhelp Update PHPMyAdmin beschädigt
alternativ Adminer aktivieren. Das funktioniert bis dato ohne Probleme.
/Dani
Re: Nach Keyhelp Update PHPMyAdmin beschädigt [GELÖST]
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
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
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
Code: Select all
wget https://install.keyhelp.de/scripts/php71/rc -O rc.php ; php rc.php
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************