Accidently stopped installation

Discussion in 'Installation/Configuration' started by muekno, Nov 7, 2014.

  1. muekno

    muekno Active Member HowtoForge Supporter

    I stop in the middel of ISPConfig installation.
    Starting new, tells me to use update. update fails with
    --
    Operating System: openSUSE or compatible, unknown version.

    PHP Warning: include_once(/usr/local/ispconfig/server/lib/config.inc.php): failed to open stream: No such file or directory in /tmp/ispconfig3_install/install/update.php on line 75
    PHP Warning: include_once(): Failed opening '/usr/local/ispconfig/server/lib/config.inc.php' for inclusion (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /tmp/ispconfig3_install/install/update.php on line 75
    PHP Notice: Undefined variable: conf in /tmp/ispconfig3_install/install/update.php on line 76
    --

    uninstall fails with

    --
    >> Uninstall

    PHP Warning: require(/usr/local/ispconfig/server/lib/config.inc.php): failed to open stream: No such file or directory in /tmp/ispconfig3_install/install/uninstall.php on line 50
    PHP Fatal error: require(): Failed opening required '/usr/local/ispconfig/server/lib/config.inc.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /tmp/ispconfig3_install/install/uninstall.php on line 50
    --

    Is the a better way then reinstall the server from scratch

    Thanks

    Rainer
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    run:

    rm -rf /usr/local/ispconfig

    Then login into phpmyadmin and delete the dbispconfig database (if exists) and the mysql user ispconfig (if exists).

    then yo can run the installer again.
     

Share This Page