When I try to install I get the error below. Can you help me? [INFO] Installing phpMyAdmin [ERROR] Exception occurred: ISPConfigOSException -> Command chown -R www-data:www-data '/var/lib/phpmyadmin' ; cd /tmp ; rm -f phpMyAdmin-5.2.1-all-languages.tar.gz ; wget //files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.tar.gz 2>/dev/null && tar xfz phpMyAdmin-5.2.1-all-languages.tar.gz && cp -a phpMyAdmin-5.2.1-all-languages/* /usr/share/phpmyadmin/ && rm -f phpMyAdmin-5.2.1-all-languages.tar.gz && rm -rf phpMyAdmin-5.2.1-all-languages failed. (/ispconfig.ai.php:15) i omitted the https in wget
What happens when you run the command that failed as root on the shell? Code: chown -R www-data:www-data '/var/lib/phpmyadmin' ; cd /tmp ; rm -f phpMyAdmin-5.2.1-all-languages.tar.gz ; wget https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.tar.gz 2>/dev/null && tar xfz phpMyAdmin-5.2.1-all-languages.tar.gz && cp -a phpMyAdmin-5.2.1-all-languages/* /usr/share/phpmyadmin/ && rm -f phpMyAdmin-5.2.1-all-languages.tar.gz && rm -rf phpMyAdmin-5.2.1-all-languages
Hi Till, thanks so much for the reply. Manually no error now I restarted the installation and it was completed successfully Thanks a lot for the help
Maybe the phpmyadmin download server was unreachable or down for a short time period which caused the command to download the source code to fail.