
16th November 2012, 10:03
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Ok. Please run the following SQL query with phpmyadmin in your ispconfig database to skip the step that is currently hanging:
update server set updated = updated + 1 WHERE server_id = 1;
then run this command as root:
rm -f /usr/local/ispconfig/server/temp/.ispconfig_lock
/usr/local/ispconfig/server/server.sh
|