diff --git a/cron.php b/cron.php index 780986058..cdee3bc87 100644 --- a/cron.php +++ b/cron.php @@ -42,6 +42,9 @@ require_once(realpath(dirname(__FILE__)."/class2.php")); Stored in e107: ".$pref['e_cron_pwd']."

You should regenerate the cron command in admin and enter it again in your server configuration. "; + + $message .= "

Debug Info

"; + $message .= print_r($_SERVER,true); sendemail($pref['siteadminemail'], "e107 - Cron Schedule Misconfigured.", $message, $pref['siteadmin'],$pref['siteadminemail'], $pref['siteadmin']); exit;