Closed (fixed)
Project:
ACL
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2008 at 17:11 UTC
Updated:
8 Feb 2009 at 17:38 UTC
When first installed, along with image_gallery_access, I was getting duplicate key errors when assigning permissions on the gallery page. I went into the database and made the acl_id in the acl table be auto-incrementing, and that seemed to fix the problem.
Comments
Comment #1
salvisThe acl_id is defined as 'serial' in acl.install — that should be auto-incrementing. Was it not?
Does admin/reports/status now report database schema inconsistencies? Did it report those before?
What's your database?
Comment #2
salvisPlease reopen if this is still an issue.