Skip to content

Fixed Issues With Group ID + Added In Update Check

Compare
Choose a tag to compare
@cammygames cammygames released this 12 Mar 18:47
· 20 commits to master since this release

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',