Drupal has a cron job that I need to run periodically. It’s a PHP file in the site’s root directory. I’m trying to set it up from Dreamhost’s panel but it’s not working. I get the following response by email:
–09:10:02-- http://sites.gregmills.com/cron.php
=> `cron.php.8’
Resolving sites.gregmills.com… 208.113.184.228
Connecting to sites.gregmills.com[208.113.184.228]:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 0 [text/html]
0K 0.00 B/s
09:10:05 (0.00 B/s) - `cron.php.8’ saved [0/0]
I see that it says “ok” but I don’t believe it. When I check my log in Drupal it doesn’t show that the Cron maintenance has been performed. Does anyone know the correct script I need to put into Drupal’s cron panel to get this job to fire for Drupal?