apeisa / UserGroups

Adds users groups and page based permission to ProcessWire
GNU General Public License v2.0
11 stars 4 forks source link

Error installing UserGroupsHooks on PW 3.0.69 #48

Open lparikka opened 7 years ago

lparikka commented 7 years ago

When trying to install the PW3 branch, I get the following error:

Session: Error installing module - UserGroupsHooks

Session: Unable to install module (UserGroupsHooks): Field 'sort' doesn't have a default value INSERT INTO field_inherit_access (pages_id, data) VALUES (2000, 1) ON DUPLICATE KEY UPDATE data=VALUES(data)

apeisa commented 7 years ago

What mysql version?

lparikka commented 7 years ago

5.7.17 MySQL Community Server on Mac OS X 10.11.6 and PHP 7.0.14.

Seems to be the same problem as #46