Quote:
Originally Posted by till
Enable debugging in ispconfig and then run /usr/local/ispconfig/server/server.sh command as root user on the shell.
|
again, the problem was behind the keyboard,
after changing the /usr/local/ispconfig/server/lib/config.inc.php
from "0" to "1" it works. (line 120)
$conf['server_id'] = '1';
i debugged the server.php with additional comments ala echo $xxxxx;-,
and it always shows 0 query results until i saw that the server_id must be 1.
now the job queue is processed, the version is updated and the protocol log files are updated. all works again.
i restored the config.inc.php from the config.inc.php.master or so, so the value is by default wrong i think.
thanks again.