Quote Originally Posted by dbltoe View Post
Getting similar results on four sites, but sporadically. All four cron settings are exactly the same (Other than the username, of course)

None error every time the cron is run.

One only throws a debug file occasionally.

Two throw no debug files but email with different cron errors. Both are 500 errors with different coding.

One actually resets the mod to false.
Quote Originally Posted by dbltoe View Post
All sites getting this debug file has the files in the required places. The debug happens when the cron job runs in cpanel or when square_handler.php is run from the browser.

An example of the emailed code:
Code:
Status: 500 Internal Server ErrorAccess-Control-Allow-Origin: *
Set-Cookie: **************; domain=.*******.com; secure; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html; charset=utf-8
This is after the Perl fix.
Okay, since a 500 is being triggered, what's the PHP error recorded for it?