-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.4, 3.2.5-RC1, 3.2.5, 3.2.6-RC1, 3.2.6, 3.2.7-RC1, 3.2.7
In response to PHPBB3-14812 the prune_all_forums cron task was changed to also prune shadow topics.
This calls auto_prune() with prune mode 'shadow'. However that function only updates the 'prune_next' row field and not 'prune_shadow_next' resulting in the shadow topic prune task being run on every invocation of the prune_all_forums cron task and spamming the admin log with "auto-pruned forum" messages.
Workaround: disable pruning of shadow topics.
- was caused by solution of
-
PHPBB-14812 No shadow pruning with system cron enabled
- Closed