There does not appear to be any indication how often it will run.

Comments

BigMike’s picture

SuperCron version: 6.x-1.3
Drupal version: 6.22

I am wondering this same thing. I installed SuperCron last week, enabled it, and did a test "Invoke All" and everything executed fine.

Then I was checking my site's status (admin/reports/status) and noticed my cron hasn't ran for 5 days.

I was using Poormanscron before switching to SuperCron. You'd think that if SuperCron is supposed to be a super cron script, then it would have all the features of other cron scripts that are not super, in which case it would have the same auto-cron functionality as Poormanscron.

So, I thought to myself, no biggie, I know how to configure crons in cPanel, so I set up:

php -cd /home/##sitename##/public_html/supercron.php

and I get the following output:

root@server1 [~]# php -cd /home/####/public_html/supercron.php              
Warning: include_once(./includes/bootstrap.inc): failed to open stream: No such file or directory in /home/####/public_html/supercron.php on line 11

Warning: include_once(): Failed opening './includes/bootstrap.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/####/public_html/supercron.php on line 11

Fatal error: Call to undefined function drupal_bootstrap() in /home/####/public_html/supercron.php on line 12

So....... what am I doing wrong? Any help would be great! Thank you very much!!
Mike