Hello all I have just migrated to a new server after this same error occurred on the old server. Update jobs are stuck. There are no errors or warnings in the Monitor/system-log When I run /usr/local/ispconfig/server/server.sh it completes without error. I do get this in the ISPC Cron-log Code: Sun 23 Jun 2024 05:55:01 NZST PHP Warning: Undefined array key "db_flags" in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 671 Sun 23 Jun 2024 05:55:05 NZST PHP Warning: Undefined array key 1 in /usr/local/ispconfig/server/lib/classes/cron.d/100-monitor_mem_usage.inc.php on line 79 Sun 23 Jun 2024 05:55:05 NZST PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/cron.d/100-monitor_mem_usage.inc.php on line 79 (Debian Bookworm) ISPConfig 3.2.11p2 installed using the automated script. Any suggestions would be helpful. Regards Fred
Please enable debug mode, run server.sh and post the output: https://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/
That was the first thing I read. FYI: you can't set log level to debug in this situation as it then becomes part of the que. And as mentioned I disabled the cron job and ran the script manually without error. Code: root@mx:~# /usr/local/ispconfig/server/server.sh finished server.php. Update: In my frustration I rebooted the server and the que disappeared and the server appears to be operating normally. I have checked that if I make changes the que disappears as expected. Regards Fred
Your assumption is wrong, you can set the debug level in that situation. Just do it as described in that guide.