-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.4, 3.2.5-RC1, 3.2.5, 3.2.6-RC1, 3.2.6, 3.2.7-RC1, 3.2.7
-
Fix Version/s: 3.2.10-RC1, 3.3.1-RC1
-
Component/s: Cron
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
-
PHPBB3-14812 No shadow pruning with system cron enabled
-
- Closed
-