Quote:
Originally Posted by BirdOPrey5
It adds a scheduled task to vBulletin's list of scheduled tasks that can be seen in the Admin CP under Scheduled Task Manager.
Like all scheduled tasks they are only triggered if there is regular traffic to the forum because they are initiated on a page load where the cronimage is triggered which is in the footer template.
If no one visits the site at night the task never gets triggered.
There is a window of course, if someone comes soon after it should trigger, but at some point it just won't trigger.
Try setting it to run during a busier time of the day on your forum perhaps.
|
On average, there are ~200 users active at anytime of the day, so I don't think that's the issue, but I'll go ahead and adjust it to run every 6 hours to see if any of those will work.
Edit: Forgot that the scheduled tasks don't work exactly like cron jobs do, so you can't specify multiple hours. I've adjusted it to a busier hour, however.