Update Manager

Discussion in 'Installation/Configuration' started by Gem, Jan 28, 2006.

  1. Gem

    Gem New Member

    Hello again...I got everything back up and working the way I wanted to. yeahhhhh....I went in to ispconfig and changed the password and then I was going to update it with the webmail and phpadmin...I downloaded both and promted it to upgrade but I am getting an error...

    Code:
    Warning: mkdir() [function.mkdir]: No such file or directory in /home/admispconfig/ispconfig/web/admin/update/install.php on line 40
    I get this for both....any idea's what I need to do to fix this?

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Does webmail and phpmyadmin has been installed anyway?
     
  3. Gem

    Gem New Member

    I havn't installed it anyother way....:)
     
  4. falko

    falko Super Moderator ISPConfig Developer

    But do phpMyAdmin and webmail show up under "Tools" in ISPConfig?

    Another question: had these two addons already been installed at the time you tried to install them again?
     
  5. Gem

    Gem New Member

    No they are not under Tools in ISPConfug and they have not been installed. *S*
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Did you try to install the .pkg packages from www.ispconfig.org, or did you download them and maybe unpack them, and then you uploaded one of the files included in this .pkg?
     
  7. Gem

    Gem New Member

    I did download them from www.ispconfig.org and tried to use the update feature in ISPConfig with out them unpacked. I even tried the URL option and got the same error.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Please post the output of
    Code:
    ls -la /home/admispconfig/ispconfig
    and
    Code:
    ls -la /home/admispconfig/ispconfig/temp
     
  9. Gem

    Gem New Member

    Code:
    ls -la /home/admispconfig/ispconfig

    Code:
    total 44
    drwxr-xr-x   5 admispconfig admispconfig 4096 Jan 28 17:08 .
    drwxr-xr-x   4 admispconfig admispconfig 4096 Jan 28 09:41 ..
    -rw-r--r--   1 admispconfig admispconfig   14 Jan 28 17:55 adminmail.txt
    -rw-r--r--   1 admispconfig admispconfig 7082 Jan 28 23:59 ispconfig.log
    drwxr-xr-x   6 admispconfig admispconfig 4096 Jan 28 09:41 lib
    -rw-r--r--   1 admispconfig admispconfig    0 Jan 28 17:55 .run
    -rwxr-xr-x   1 admispconfig admispconfig  852 Jan 28 09:41 sysconf.txt
    drwxr-xr-x   7 admispconfig admispconfig 4096 Jan 28 09:41 tools
    -rw-r--r--   1 root         root          250 Jan 28 17:08 users
    -rw-r--r--   1 root         root          269 Jan 28 09:41 users~
    drwxr-xr-x  15 admispconfig admispconfig 4096 Jan 28 09:41 web
    
    and

    Code:
    ls -la /home/admispconfig/ispconfig/temp
    Code:
    ls: /home/admispconfig/ispconfig/temp: No such file or directory
    
     
  10. falko

    falko Super Moderator ISPConfig Developer

    Then someone deleted the temp directory. Run these two commands:
    Code:
    mkdir /home/admispconfig/ispconfig/temp
    chown admispconfig:admispconfig /home/admispconfig/ispconfig/temp
    and then you can try again to install phpMyAdmin and Uebimiau webmail.
     
  11. Gem

    Gem New Member

    That worked! Now to figure out the other problem!

    Thanks so much. I really appreciate your help!!
     

Share This Page