1 - Module enabled;
2 - Some node contents created (without set any permission);
3 - Module disabled;

At this point anonymous users can't visualize nodes created when the module was enabled. Reactivating it, nodes are visible also for them.

Comments

duser’s picture

I forgot..

Drupal version 5.0
PHP version 4.4.4
MySQL version 4.1.21-standard-log

belio’s picture

Having the same problem. Drupal 5.0 / Apache 2.0.54 / PHP 5.2.0 / MySQL 4.1.15

Even uninstalling the module, and removing the files, does not help.

keve’s picture

Maybe node_access_rebuild() is not called correctly when disabling the module.

It leaves values in table node_access in the database.

Try to "REbuild permissions" on page /admin/content/node-settings

keve’s picture

Status: Active » Closed (fixed)

Try using 5.x-2.x-dev version, if problem persist, reopen this issue for 5.x-2.x-dev version.