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

salvis’s picture

The 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?

salvis’s picture

Status: Active » Closed (fixed)

Please reopen if this is still an issue.