getting the following error on fresh 5.6.0.2 install

Permalink
Getting this on 5.6.0.2 install, has anyone else had this?

Catchable fatal error: Argument 1 passed to Concrete5_Model_GroupPermissionAccessEntity::getOrCreate() must be an instance of Group, null given, called in /instdir/concrete/core/models/page.php on line 323 and defined in /instdir/concrete/core/models/permission/access/entity/types/group.php on line 39

thanks
Simon

 
rasher replied on at Permalink Reply
i edited the file and put in a if isset for variables it failed on and the installed eventually worked, i have a site now but will have to see if it all works ;-)
WebStudioEast replied on at Permalink Reply
If you have an mysql auto increment offset, like this:
auto-increment-increment = 2
auto-increment-offset = 1

Concrete5 will not install. Comment out those lines, reboot, install, uncomment, and reboot again.

I will file a bug report.