Fixed Issues With Group ID + Added In Update Check
After uploading the files to your webserver. Run the following on your database.
ALTER TABLE `cw_permissions` CHANGE COLUMN `group_id` `group_id` INT(11) NULL DEFAULT NULL AFTER `group_name`;
Once you have done that on your webserver go to config/config.php and add the folowing line before 'lang' => 'en'
,
'version' => '1.1.2',