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

kyle_mathews’s picture

You need to set up a cron job. Memetracker fetches feeds and generates a new page on the cron run.

junkbond’s picture

could you give me some more details on this.

thanks.

kyle_mathews’s picture

Follow the instructions here:
http://drupal.org/cron

Once you've set up cron, memetracker will update itself automatically.

junkbond’s picture

i've done that but, the memetracker isn't updated.

kyle_mathews’s picture

Look 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.