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
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?
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?
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.
Please post the output of Code: ls -la /home/admispconfig/ispconfig and Code: ls -la /home/admispconfig/ispconfig/temp
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
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.