I enabled na_arbitrator then went to administer>settings>na_arbitrator.

I did not touch anything and backed up my database (as warned), then i clicked 'save settings'...

Now all my og groups are empty ('no content in this group')! And it's impossible to reassign content to a group (settings doesn't work, checkboxes are blanked). I tried running 'update.php' and enabling other modules 'acl, forum_acces,etc.'... useless...

So... I recovered my saved database... NO way! All groups are still empty, no way to assing content to a group.

Don't know yet if it's related but I noticed that na_arbitrator.install DELETES all entries in node_access with realm='all' _upon installation_.

The database is corrupted after installation. And so is my backup (unfortunately, i've overwritten my previous backup), because i made it after enabling the module.

All i did was enable the module and now our community's site is down. We planned to launch it in two days (on june 16), and we already have 35 daily users.

Please help!

Comments

geofs’s picture

A "fix" for could be:

mysql> delete from node_access;
Query OK, 168 rows affected (0.00 sec)

mysql> insert into node_access values(0,0,'all',1,0,0);
Query OK, 1 row affected (0.00 sec)

Then edit all content belonging to groups, set the groups ownership and save.

I still can't figure out how this module works. What other modules should i install?

Where are the docs? I wish to help, test and use this module, but i can't find any useful needles nodes on drupal's haystack forums...

moshe weitzman’s picture

Status: Active » Closed (works as designed)

og is not compatible with any other access module see its readme ... sorry for the complications