Line 183 of block_configurable_reports.php shows:
$lastcron = $DB->get_field('block', 'lastcron', array('name' => 'configurable_reports')); if (!$lastcron and ($lastcron + $this->cron < time()) ) { return false; }
Should that if() statement use !$lastcron or $lastcron?