ISPConfig keeps failing to install

Discussion in 'Installation/Configuration' started by thisiszeev, Sep 6, 2023.

  1. thisiszeev

    thisiszeev Member

    Fresh Debian 11 Server.

    Here is the errors I keep getting...
    Code:
    [INFO] Adding quota to fstab.
    PHP Warning:  mkdir(): File exists in /tmp/ispconfig-ai/lib/os/class.ISPConfigDebian11OS.inc.php on line 36
    PHP Warning:  symlink(): File exists in /tmp/ispconfig-ai/lib/os/class.ISPConfigDebian11OS.inc.php on line 38
    PHP Warning:  symlink(): File exists in /tmp/ispconfig-ai/lib/os/class.ISPConfigDebian11OS.inc.php on line 39
    [INFO] Installing packages pure-ftpd-common, pure-ftpd-mysql, awstats, goaccess, awffull
    [INFO] Installed packages pure-ftpd-common, pure-ftpd-mysql, awstats, goaccess, awffull
    [INFO] Enabling TLS for pureftpd
    [INFO] Disabling awstats cron.
    [INFO] Installing packages fail2ban, ufw
    [INFO] Installed packages fail2ban, ufw
    [INFO] Configuring SSHd
    [INFO] Installing UnattendedUpgrades
    [INFO] Installing packages unattended-upgrades, apt-listchanges
    [INFO] Installed packages unattended-upgrades, apt-listchanges
    [INFO] Installing roundcube.
    [INFO] Installing packages roundcube, roundcube-core, roundcube-mysql, roundcube-plugins
    [INFO] Installed packages roundcube, roundcube-core, roundcube-mysql, roundcube-plugins
    [INFO] Installing ISPConfig3.
    [INFO] Adding PHP version(s) to ISPConfig.
    [ERROR] Exception occurred: ISPConfigOSException -> Could not read ISPConfig settings file. (/ispconfig.ai.php:15)
    
    I tried cleaning out PMA and Roundcube database and user from MariaDB, and emptying the tmp folder and rerunning the install, but I still get the same error.

    It looks like it wants to find a file at root /ispconfig.ai.php but it isn't in root?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No, that's not the cause of the issue. Please add these two additional command-line options to the install command:

    --debug --interactive

    so we can see what is causing the issue.
     
  3. thisiszeev

    thisiszeev Member

    Thanks Till... I shall do that tomorrow afternoon when I am back in the office.
     

Share This Page