Closed (fixed)
Project:
Taxonomy Access Control
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2009 at 15:49 UTC
Updated:
28 Feb 2010 at 00:32 UTC
I have restricted access for two terms to logged in users. This all works well, except for access to attached files. On about 10% of nodes in these terms, logged in users (and UID = 1) erroneously get an access denied message when the trying to download files. This only happens on pages that are TAC controlled, and strangely doesn't happen for all files on the same node. So for example if one node has 6 attached files, some may download and some may not.
I am using private files storage method in Drupal 6.13.
Can you help me solve this frustrating problem?
Comments
Comment #1
david@thrale.com commentedA few more bits of info to assist anyone helping me with this problem...
I have force the complete rebuild of the 'node_access' table by disabling, saving then enabling TAC.
I have also force rebuilding of the permissions cache by using "Rebuild permissions" button on: "Administer >> Content Management >> Post settings".
I have CHMOD'd the files direcory and all files 777.
The 'access' table is empty.
The 'term_access' table is...
The 'term_access_defaults' table is
I am not using any other node access or file modules.
Comment #2
david@thrale.com commentedI have solved the problem - but in doing so, have discovered that the problem was having a private file system
/admin/settings/file-system. I switched this to public, and all works fine. It seems that TAC is not fully compatible with private file download setting.Comment #3
xjm