From 71272ae922239b1e3f862f56676a717c6f97a39b Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 22 Oct 2014 21:20:08 -0700 Subject: [PATCH] Addition debug information added --- cron.php | 3 +++ 1 file changed, 3 insertions(+) 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;