install successful but no ispconfig site

Discussion in 'Installation/Configuration' started by Nu2Linux, Nov 3, 2005.

  1. Nu2Linux

    Nu2Linux New Member

    here's the end of my install. I had to rerun it a couple of times deleting the ispconfig_install directory each time. my site doesn't come up when i go to http(s)://server.rayjgraham.com:81. the first time i ran the install i was asked the following just like the setup says:

    from the setup instruction:
    ========================================
    Please enter your MySQL server: E.G. localhost
    Please enter your MySQL user: E.G. root
    Please enter your MySQL password: Your MySQL password
    Please enter a name for the ISPConfig database: E.g. ispconfigdb
    Please enter the IP address of the ISPConfig web: E.g. 192.168.0.1
    Please enter the host name: E.g. www
    Please enter the domain: E.g. xyz.de
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    ========================================
    i didn't get this last bit this time??? can i manually run this last bit????
    here's what my installation looked like at the end.
    ===============================================
    Do you accept the licence? [y/n]y

    Checking the syntax of the httpd.conf...
    Syntax OK
    The syntax is ok!

    ########## INSTALLATION ##########

    Preparing files. Please wait a moment...
    cp: cannot stat `/home/admispconfig/ispconfig/lib/config.inc.php': No such file or directo
    ry
    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
    All prerequisites are fulfilled.
    Here we go...


    Warning: main(config.inc.php): failed to open stream: No such file or directory in /instal
    l_ispconfig/install.php on line 624

    Warning: main(): Failed opening 'config.inc.php' for inclusion (include_path='.:/root/i onfig/php/lib/php') in /install_ispconfig/install.php on line 624

    Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO n /install_ispconfig/install.php on line 634
    Could not connect to db
    Restarting some services...
    ./setup2: line 883: [: ==: unary operator expected
    ./setup2: line 901: /etc/rc.d/init.d/ispconfig_server: No such file or directory
    Congratulations! Your ISPConfig system is now installed. If you had to install quota, p se take the steps described in the installation manual. Otherwise your system is now av able without reboot.

    You have new mail in /var/spool/mail/root
    [root@localhost install_ispconfig]#
    ===================================================

    any help is greatly appreciated,

    ray
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The errors acbove occur when the installer finds an installation from an failed install attempt and tries to pdate it.

    Please delete the installation and rerun the installer. If the installation fails you have to delete laways the install_ispconfig directory and the installation directorys:

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

    And you will have to delete the ispconfig database or chose another database name for the next install atempt that is not in use on your server.
     
  3. Nu2Linux

    Nu2Linux New Member

    how do i delete the database?

    how do i delete the database in mysql?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Like this:

    Code:
    mysql -h localhost -u root -p
    [I][Enter your password][/I]
    DROP DATABASE <database name>;
    quit;
     

Share This Page