HELP! New ISPConfig Upgrade Messed up server!

Discussion in 'Installation/Configuration' started by midcarolina, Nov 2, 2011.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok. Please try again this exact commands as root user on the shell:

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    and this returns "error: hostname not found"?
     
  2. midcarolina

    midcarolina New Member

    Till,

    Unfortunately the same errors since the beginning:

    PHP Notice: Undefined variable: conf in /tmp/ispconfig3_install/install/update.php on line 76
    Unable to resolve hostname[root@webserverone install]#
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats the first time you post this error. The error you posted was:

    Resolving www.ispconfig.org... 78.46.59.59
    Connecting to www.ispconfig.org|78.46.59.59|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2011-11-02 09:18:32 ERROR 404: Not Found.

    Which means that you were not able to download the file with wget and not that you successfully downloaded, unpacked and executed it....

    Slowly I get the feeling that you want to screw me over here...

    You repaired the config.inc.php file as I suggested? If yes, then run:

    Code:
    cp -pf /usr/local/ispconfig/interface/lib/config.inc.php /usr/local/ispconfig/server/lib/config.inc.php[code]
    
    and try to run the update.php script again.
     
  4. midcarolina

    midcarolina New Member

    Till,

    I ran the code. It asked me if I wanted to override. I proceeded. Here is the update output:

    Operating System: Redhat or compatible, unknown version.

    PHP Notice: Undefined variable: conf in /tmp/ispconfig3_install/install/update.php on line 76
    Unable to resolve hostname[root@webserverone ~]#
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output od the commands:

    hostname

    and

    hostname -f

    and the content of the file /etc/hosts
     
  6. midcarolina

    midcarolina New Member

    Till,

    posted outcome of hostname: webserverone.hostwithsupport.com (expected)

    outcome of hostname -f : webserverone.hostwithsupport.com

    outcome vi /etc/hosts :


    127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
    ::1 webserverone.hostwithsupport.com webserverone localhost localhost.localdomain localhost6 localhost6.localdomain6
    24.172.54.XXX webserverone.hostwithsupport.com webserverone
     
  7. iwm

    iwm New Member

    I use a virtual server with a snapshot made a couple of days ago.
    I had the same problem of midcarolina: in my case I had an error during upgrade probably because some weeks ago i manually reset mysql root password...
    Luckly, I simply have chosen to recover snapshot's virtual image.
    i hope you can find a solution...
     

Share This Page