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....
| Comment | File | Size | Author |
|---|---|---|---|
| content_access.ridArray.diff | 834 bytes | berdir |
Comments
Comment #1
fagohm, 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.