On Monday 08 October 2007 08:25:16 Cog Rusty wrote:
Something else you can check is the 'node_access' table. Take one specific node which displays the problem, and get all the rows with that nid. Then check the 'realm' column to find out which module grants "view" access to whom. TACs 'realm' is "term_access" and its 'gid' column uses role IDs. Other modules have other realms (for example "og"), and their 'gid' may mean something else (for example an og group).
All tables rows have these data (x is the node id): x | 1 | 0 | all | 1 | 0 | 0 |
Hm...