when saving the permission, i got plenty of the following errors:

Illegal offset type in .../modules/content_access/content_access.module in Zeile 299.

This is the line "$grants[$rid]['grant_'. $op] = 1". I found out that $rid is an Array (which is probably related to forum_access) with multiple id's in it. So I added a additional foreach loop. The errors are gone now, but I don't know if my change does make any sense as I don't have any knowlege about CA/ACL.

See patch for the code I added....

CommentFileSizeAuthor
content_access.ridArray.diff834 bytesberdir

Comments

fago’s picture

Status: Needs review » Fixed

hm, I've just overhauled the module for 6.x
Please update to the dev snapshot generated next, then resave your settings. Then it should work - if not please reopen.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.