
18th January 2010, 16:27
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,191 Times in 3,207 Posts
|
|
Then you have most likely a typo in the php code of your plugin which causes php to stop before the lockfile gets deleted. To debug this:
1) Comment out the server.sh cronjob in the root crontab.
2) Delete the lockfile:
rm -f /usr/local/ispconfig/server/temp/.ispconfig_lock
3) run:
/usr/bin/php -q /usr/local/ispconfig/server/server.php
as root user to get the php error message.
|