Quick and easy fix. FTP required.
Download applications / awards / tasks / autoAwardRules.php and find:
public function execute()
{
foreach( \IPS\awards\Rule::roots() as $rule )
Change to:
public function execute()
{
$rules = array();
foreach( \IPS\awards\Rule::roots() as $rule )
Save and upload.