i tried to add a forum container and tried to set the view rights for authenticated users (same happened as i created a forum)
Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/web2/html/jugendgruppen/nord/drupal/modules/na_arbitrator/acl.module on line 133
when i went back I saw that the forum was created and the rights were set as i wished it.
after I created one forum and two container I tried to post a topic and then i got this error message:
Warning: Duplicate entry '9-0-0' for key 1 query: na_arbitrator_write_grants INSERT INTO node_access (nid, realm, gid, grant_view, grant_update, grant_delete) VALUES (9, 'f', 0, 0, 0, 0), (9, '1', 1, 1, 1, 1), (9, '0', 0, 0, 0, 0), (9, '0', 0, 0, 0, 0), (9, '0', 0, 0, 0, 0) in /srv/www/htdocs/web2/html/jugendgruppen/nord/drupal/includes/database.mysql.inc on line 12
as i went back I saw that the topic was created...
Comments
Comment #1
merlinofchaos commentedOoh those are bad. That realm of 'f' is particularly bad. Definitely buggy.
Comment #2
merlinofchaos commentedI believe I fixed this.
Comment #3
merlinofchaos commentedLet me know if you see this again.
Comment #4
Tobias Maier commentedtried it again.
a few error messages are gone
--> thanks
but as I created a new forum
I got this one:
Comment #5
merlinofchaos commentedOk. That one's not a fatal error it doesn't look like. But the short story is that I can't create a forum moderator's ACL before the forum is actually created, and as such I can't put the ACL gadget up. I might have to do something about that in the future but for now it just won't bother with ACLs if the TID doesn't exist.
Comment #6
(not verified) commented