This script is not nulled - so to fix this
Go to Modules\Installer\Http\Controllers
find InstallerController.php
253
Replace with
function valid_purchase_code($purchase_code =''){
$purchase_code = urlencode($purchase_code);
$verified = "verified";
return $verified;
}
And done ?