Active
Project:
Memetracker
Version:
6.x-1.1-alphpa5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2008 at 18:42 UTC
Updated:
13 Dec 2008 at 20:01 UTC
I press the refresh tab every time I need to fetch the feeds and generate a new page. Is it possible to automate it, in some way so that I don't have to do it manually every few hours?
Comments
Comment #1
kyle_mathews commentedYou need to set up a cron job. Memetracker fetches feeds and generates a new page on the cron run.
Comment #2
junkbond commentedcould you give me some more details on this.
thanks.
Comment #3
kyle_mathews commentedFollow the instructions here:
http://drupal.org/cron
Once you've set up cron, memetracker will update itself automatically.
Comment #4
junkbond commentedi've done that but, the memetracker isn't updated.
Comment #5
kyle_mathews commentedLook at your Drupal log file -- is cron completing successfully? The process of creating memes takes a long time. A common problem is that your cron run will run out of time before it can finish creating memes. Does your log file say that cron runs are completing succesfully?
If cron runs are not completing successfully -- try increasing the max_execution_time in your php.ini file. I have mine set at 200 seconds.