Closed (fixed)
Project:
Taxonomy Access Control
Version:
5.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jun 2008 at 13:47 UTC
Updated:
18 Aug 2008 at 19:12 UTC
When TAC is disabled in the modules menu this issue can start. When an edit is done and submitted on a node the user is sent to the front page and the node that was edited is no longer accessible, you get "access denied". The entry for the node in the node_access tables has been removed and the only users that can view the content are those with administer node authority.
Here is the comments about the issue http://drupal.org/node/269761
Comments
Comment #1
cpugeniusmv commentedI took a look at the code and it looks like it's rebuilding the node_access table when it's supposed to.
I'll set up 5.x-1.x-dev and 5.x-2.x-dev in a sandbox and see if I can reproduce it.
Comment #2
cpugeniusmv commentedOK, I am able to reproduce this with 5.x-2.x-dev on Drupal 5.9.
Basically what happens is that taxonomy_access_disable gets called and that calls node_access_rebuild, but node_access_rebuild doesn't realize that TAC is being disabled and doesn't insert the default row back into the node_access table.
Fixed in CVS for 5.x-2.x-dev and 5.x-1.x-dev.
Comment #3
cpugeniusmv commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.