Erros on IspConfig auto installer script

Discussion in 'Installation/Configuration' started by marceloleaes, Dec 31, 2025.

  1. marceloleaes

    marceloleaes Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Likely a name server or network configuration issue on your server, which means your system was unable to download the phpmyadmin install scipt. Run the command manually to test it:

    Code:
    curl -s https://git.ispconfig.org/ispconfig/tools/-/raw/master/auto_update_phpmyadmin.sh -L -o /etc/cron.daily/auto_update_phpmyadmin
     
  3. marceloleaes

    marceloleaes Member

    Damn IPV6 activated on the host...

    Thanks!
     
    till likes this.

Share This Page