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

merlinofchaos’s picture

Ooh those are bad. That realm of 'f' is particularly bad. Definitely buggy.

merlinofchaos’s picture

I believe I fixed this.

merlinofchaos’s picture

Status: Active » Fixed

Let me know if you see this again.

Tobias Maier’s picture

Status: Fixed » Active

tried it again.

a few error messages are gone
--> thanks

but as I created a new forum
I got this one:

Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/web2/html/jugendgruppen/nord/drupal/modules/na_arbitrator/acl.module on line 133

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web2/html/jugendgruppen/nord/drupal/modules/na_arbitrator/acl.module:133) in /srv/www/htdocs/web2/html/jugendgruppen/nord/drupal/includes/common.inc on line 233

merlinofchaos’s picture

Status: Active » Fixed

Ok. 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)