Nxs
07-28-2006, 05:58 PM
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.
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.