Is there a way to stop the external cron job from showing up in the error/debug log every hour? thanks Bill
yes, remove lines $db->log_error("cron.php started"); $db->log_error("cron.php finished"); from cron.php file.