Closed (fixed)
Project:
Taxonomy Access Control
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2007 at 21:35 UTC
Updated:
20 Jul 2008 at 10:52 UTC
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
Comment #1
duser commentedI forgot..
Drupal version 5.0
PHP version 4.4.4
MySQL version 4.1.21-standard-log
Comment #2
belio commentedHaving 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.
Comment #3
keve commentedMaybe 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
Comment #4
keve commentedTry using 5.x-2.x-dev version, if problem persist, reopen this issue for 5.x-2.x-dev version.