In pi.cron version 1.0.2, the cron cache file doesn’t get the right file permissions…
which means it never gets erased…
which means it never allows cron to run again…
Line 594 reads this:
@chmod($cache_file, 0777);
but maybe it should read like this:
@chmod($this->cache_file, 0777);
TTFN
Travis
