Hello i was in the middle of using APS installer. setting up a wordpress site. nothing was created and that why im here lol i am on debian 8.4 and was on Ispconfig version 3.0.5.4p9 but i upgraded the 3.1rc1 which did not help but then i noticed the jobqueue full to the neck. this is what i get in debug mode. Test script
Delete the lock file and check if the queue gets processed again: rm -f /usr/local/ispconfig/server/temp/.ispconfig_lock
Delete the lock file and then run /usr/local/ispconfig/server/server.sh directly to see why the script dies without being able to remove the lock file.
If I remember correctly, there was an issue with dotdeb, they upgraded php to 7.0 without asking. First, check which is your php 5 binary, I guess its most likely: /usr/bin/php5 If thats the case, run: update-alternatives --set php /usr/bin/php5 to make php 5 the default php again.
Thank you again Till i couldn't have fix it without you setting php5 to default sorted the problem thanks again