I think it is broke

Discussion in 'Installation/Configuration' started by davidq, Jan 23, 2006.

  1. davidq

    davidq New Member

    cp: cannot stat `/home/admispconfig/ispconfig/lib/config.inc.php': No such file or directory
    cp: cannot stat `/home/admispconfig/ispconfig/users': No such file or directory
    cp: cannot stat `/home/admispconfig/ispconfig/adminmail.txt': No such file or directory

    Every time I do an install I get this message.

    David
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Before you can run the installer again, you have to do the following steps:

    rm -rf /root/ispconfig
    rm -rf /home/admispconfig

    Delete the mySQL database by removing the directory with the name of the database in /var/lib/mysql/, if the directory exist.

    Delete the install_ispconfig directory and unpack the installer tar.gz file again.

    Thats described in the installation manual :D
     

Share This Page