hello, i noticed that if i create a new domain / site in ispconfig the site doesnt get created, so what i've figured out already is that /usr/local/ispconfig/server/server.sh is making troubles. PHP: cat cron.log | tail shows me PHP: /bin/sh: /usr/local/ispconfig/server/server.sh: /bin/bash^M: bad interpreter: No such file or directory i vied the file and executed PHP: /usr/bin/php -q /usr/local/ispconfig/server/server.php that worked.. but how can i fix my cron? i googled how to remove those ^M tags but nothings working, still getting those error line and my cronjob fails.
whoooppss... ok solved... installed and ran PHP: apt-get install tofrodos dos2unix <filename> that fixed those ^M error...
The server.sh file delivered with ispconfig does not contain any dos linebreaks on my system. So I guess you must have edited it and saved it with wrong linebreaks or uploaded it with a FTP client with wrong settings.