The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I expect the forums I run to sometimes go a full day with any visitors
vBulletins schedule tasks are run when the forums are accessed (i guess it checks the time and runs any that should have been run at that point) One of these scheduled tasks is to pull information from the RSS feeds you subscribe to (vB 3.6) but one of the feeds I subscribe to only retains 10 news items, it is possible that on a day the forum has no users - posts that should be picked up by the RSS scheduled task are missed as they have flowed through the chain and are now lost. So, i'm looking for a way to get a linux cron job to wake up vBulletin's scheduled tasks every hour. After talking with my host and logging a vB support ticked - im still at square 1 and could use some help. From a SSH (testing) /pathtophp/php -f /pathtoforums/forums/cron.php returns a few characters of garbage, but the RSS import is not run wget http://www.mysite.com/forums/cron.php downloads the same few characters of garbage to a file, again the RSS import is not run the nice vB staff then sugested calling the rssimporter php file directly - but this does import anything when run Any ideas / clues from the pro's here ? I'm surer there are other forums out there that will soon suffer the same problems when they try to import a fast moving RSS source into a slow moving forum. |
#2
|
||||
|
||||
![]()
Did some more testing with this today, and found out that my attempts above did infact work (to some extent) so using either of the following works
it looks like calling "cron.php" will only process the next scheduled task.So if you have 3 tasks waiting (and the 3rd is your RSS import) you will need to run access the "cron.php" file three times. |
#3
|
|||
|
|||
![]()
What about wget of your forum index.php page?
That is the page that should trigger (or better the footer, so a different member page should also work) the scheduled tasks. |
#4
|
||||
|
||||
![]() Quote:
|
#5
|
||||
|
||||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|