We have had an issue where when clients are booting into FOG to run a scheduled task they fail a check in and just repeat the message.
This was on both the stable build and dev-branch. I updated to 1.6-working and everything is working normally. I’m curious what the issue was.
I have some error code as well regarding PHP:
[Tue Jan 13 13:24:55.033900 2026] [proxy_fcgi:error] [pid 2534002] [client xxx.xxx.xxx.xxx:53259] AH01071: Got error ‘PHP message: PHP Warning: Attempt to read property “dev” on null in /var/www/fog/lib/pages/dashboardpage.class.php on line 586; PHP message: PHP Warning: Attempt to read property “rx” on null in /var/www/fog/lib/pages/dashboardpage.class.php on line 588; PHP message: PHP Warning: Attempt to read property “tx” on null in /var/www/fog/lib/pages/dashboardpage.class.php on line 589’, referer: http://xxx.xxx.xxx.xxx/fog/management/index.php?node=home
[Tue Jan 13 13:45:24.932457 2026] [proxy_fcgi:error] [pid 2534000] [client xxx.xxx.xxx.xxx:47848] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught ValueError: min(): Argument #1 ($value) must contain at least one element in /var/www/fog/lib/fog/image.class.php:396\nStack trace:\n#0 /var/www/fog/lib/fog/image.class.php(396): min()\n#1 /var/www/fog/lib/reg-task/taskqueue.class.php(112): Image->getStorageGroup()\n#2 /var/www/fog/service/Pre_Stage1.php(24): TaskQueue->checkIn()\n#3 {main}\n thrown in /var/www/fog/lib/fog/image.class.php on line 396’
The error log was just a repeat of the above.
I’m just curious what broke within FOG or PHP to cause this issue.
Thank you!