Sometimes the scheduled task dont execute. For example, often the stats are not updated or RSS feeds arent posted regularly. Does anybody know how to fix this?
Announcement
Collapse
No announcement yet.
Scheduled Task not Working
Collapse
X
-
If your website is not very active, then the tasks won't get run. Users need to click on the pages to get the Scheduled Tasks to run.
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css help
-
Are you positive that your cron code is in the footer?
After that there are times where crons get stuck for some reason, I've never found a reason why but we do see it from time to time. Edit each cron and save it, this should restart its work flow.
Comment
-
How do you know it is not running? Do you have a custom style? Do you have the "do not remove these lines" lines still in the footer (the ones that make the STs run)?
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css help
Comment
-
I had this problem for awhile. Tried all the standard fixes and none of them worked.
Then I installed this mod: http://www.vbulletin.org/forum/showthread.php?t=123719
and the tasks ran like normal and still do to this day
so try that
Comment
Related Topics
Collapse
-
by Marcin KalakCRON task does not execute. If I manually run the task starts up. The task does not run periodically. The task should be run every 10 minutes:
Code:<scheduling weekday="-1" day="-1"
-
Channel: Support Issues & Questions
Wed 24 Sep '14, 6:06am -
Comment