I'm getting this error when I try to upload the file or do it from a URL. Installations Anweisungen nicht gefunden: /home/admispconfig/ispconfig/temp/04e2b01f43aae2072deaecfa88737963/package.ins Thoughts?
Yea, I even tried again just now to see. This happens with all packages I try to install by the way. phpMyAdmin and Webmail.
Hm, maybe the unzip package that comes with ISPConfig isn't working on your system? When you run Code: /home/admispconfig/ispconfig/tools/unzip/unzip --help , do you get errors?
Are you on a 64-bit system? Anyway, you can copy the unzip that comes with your system to the above folder. Run Code: cp -f `which unzip` /home/admispconfig/ispconfig/tools/unzip/unzip to do so (of course, you must have your distributions unzip package installed) and run Code: /home/admispconfig/ispconfig/tools/unzip/unzip --help again.