Taxonomy Access Control problems
I have a nice clean install of Drupal 5.3 and am installing the stable build version of TAC. I created a Taxonomy category called "Departments". Departments has a series of terms based on the groups that will be using:
Departments
- Childrens Ministry
- Mens Ministry
- Pastoral
- Web Admin
- Youth Group
For each of those terms I then created a user role:
Childrens Ministry Staff
Mens Ministry Staff
Pastoral Staff
Web Admin Staff
Youth Group Staff
For each of those roles I gave them the following Access Control permissions (and only these permissions per each role):
[node module]
access content YES
administer content types NO
administer nodes NO
create page content YES
create story content YES
edit own page content YES
edit own story content YES
edit page content YES
edit story content YES
revert revisions YES
view revisions YES
The under the Taxonomy Access Permissions I followed the directions exactly as they are laid out here:
http://drupal.org/node/153686
So at this point I have two main issues:
1> A normal user when added to the system with any role appears to be able to edit nodes assigned to a specific term that IS NOT associated with with the role the user belongs to. For instance the user assigned to "Childrens Ministry Staff" can edit several pages that are assigned to Pastoral and Mens Ministry terms.
2> Under Administer -> Content Management -> Post Settings the message:
"If the site is experiencing problems with permissions to content, you may have to rebuild the permissions cache. Possible causes for permission problems are disabling modules or configuration changes to permissions. Rebuilding will remove all privileges to posts, and replace them with permissions based on the current modules and settings.
Rebuilding may take some time if there is a lot of content or complex permission settings. After rebuilding has completed posts will automatically use the new permissions."
with a button to "Rebuild Permissions" is always displayed as long as the Taxonomy Access Control module is installed. Pressing the button shows a message that the permissions were rebuilt successfully, but the message above remains perpetually. Nothing seems to make it go away except for disabling TAC.
Ok clearly something is hosed, but I don't have the foggiest idea how to tell what. Help?
