I am trying to set up Crontab to access RSS feeds once an hour on my site http://cmlhope.com This is the error message I get by email saying it did not work. What is the command line I should put in on this?

Rob

/bin/sh: line 1: http://www.cmlhope.com/drupal/modules/aggregator.module: No such file or directory

Comments

Bèr Kessels’s picture

please search the handbook first, to see if there is a manual there that answers your question.
http://drupal.org/node/23714
---
if you dont like the choices being made for you, you should start making your own.
---
[Bèr Kessels | Drupal services www.webschuur.com]

robliberal’s picture

I have already tried the handbook and could not figure out the command I should be using.

robertDouglass’s picture

/usr/bin/wget -o /dev/null -O /dev/null http://example.com/cron.php

- Robert Douglass

-----
Rate the value of this post: http://rate.affero.net/robertDouglass/
I recommend CivicSpace: www.civicspacelabs.org
My sites: www.hornroller.com, www.robshouse.net

pillguy’s picture

I have my crontab setup to do run the following command:

10****: /home/username/mysite.com/cron.php

Insert my actual username and domain above of course.

What I set it up for originally was to grab RSS feeds. That appears to be working, but how do I set up crontab for indexing? Is there a separate job I need to run?

I have reviewed handbook with no direct answer that I can find.

Thanks