enabling NAA and then disabling it will leave "arbitrator" in "realm" column of "node_access"
table which will not let any registered users to access any content node.

Consider looking at the simple access module, they have a button to make a clean up
of the database right before disabling the module.

Unfortunatelly the simple access module (I used it) it does not seem to do a good cleanup
(buggy) but the thought is there (maybe helpful)

Comments

budda’s picture

Yes this is a problem I have too. Please add a cleanup button?

budda’s picture

As a temporary fix, simply empty the node_access table, and then insert the default line:

INSERT INTO node_access VALUES (0, 0, 'all', 1, 0, 0);

Caerydd’s picture

I second the call for a clean up button. I am trying this modules with publishing/workflow stuff, and my users cannot edit or view their drafts, and editors cannot view what they need to either :( I wish to remove and make a fresh install of the publishing system, but neither this nor the publishing system are being maintained, apparently.

merlinofchaos’s picture

This module does get maintained, though I have no plans to add further functionality to it since it is integrated into Drupal 5.

I do see the need for a cleanup button. I actually missed this issue in the tide of issues I get on other projects. I'll try to get something into a future release, though I suspect it's too late to really help people.

summit’s picture

It's never to late for this great module!
Thanks Merlin.

greetings,
Martijn

merlinofchaos’s picture

Status: Active » Closed (fixed)