The current recommended version of supercron (6.x-1.3) will generate tons of php notices because PHP constants are defined like this:

define(SUPERCRON_INVOKE_ALL, 'admin/reports/status/run-supercron');

not this

define('SUPERCRON_INVOKE_ALL', 'admin/reports/status/run-supercron');

Patch attached.

N.b. this appears to be fixed in 6.x-2.x-dev

P.s. Thanks for the excellent module

Comments

alexpott’s picture

StatusFileSize
new1.46 KB

Doh! Misplaced quote in patch... new patch attached.

Jochus’s picture

!subscribe

jwilson3’s picture

StatusFileSize
new1.17 KB

My version of supercron 6.x-1.3 did not contain the constant: SUPERCRON_PHP_BINARY_PATH_PLACEHOLDER So the patch didnt apply cleanly. Here is my version of the patch for 6.x-1.3.