There also seems to be in error in updating counters for the archive forum also.
I had to edit cronautopurge.php:
Code:
$threadman->save();
//Update forum counters
if($buildcounters)
{
build_forum_counters($thread['forumid']);
build_forum_counters($to);
}
echo "Auto Move Threads:<i>".$thread[title]."</a></i><br>";
log_cron_action('Threads moved.', $nextitem);
If I change "$to" above to the actual forum id of the archive forum it works but it will not work using the archive forum input in the admin settings.
Example: If you set "20" in admin settings for archive forum it does not update, if you set "20" directly in the cronautopurge.php "build_forum_counters(20);" it works.