#6270 - Infinite loop: kill_cron_looping
0 guests and 0 members have recently viewed this.
The top 3 point earners from 8th Feb 2026 to 15th Feb 2026.
| Gabri |
|
|
|---|---|---|
| Master Rat |
|
|
| PDStig |
|
|
There are no events at this time
E.g. if we save 1 to kill_cron_looping, then save 0... we should still be allowed to save 1 again because we previously changed it back to 0.
After running the Setup Wizard, you might get an infinite loop error for kill_cron_looping on step 10 if uninstalling a lot of addons / modules / blocks.
This hotfix modifies the behaviour of set_value. If we are trying to save the same value on the same codename (from the values cache), we exit the function without further execution.
Additionally, we refactored it to remove the code for deleting values; instead, $value = null will simply shortcut to the delete_value function. This is necessary for proper infinite loop detection.