My host wont' allow me to use the wget in a cron. I tried using php -f but it is fialing because the includes aren't finding the paths.

my web root is /home/username/public_html/sub/ but drupal is at /home/username/public_html/sub/cms/

Comments

rschwab’s picture

You can always fall back on Poor Mans Cron: http://drupal.org/project/poormanscron

- Ryan