I need to know how to deactivate TAC in the database tables.
I am unable to deactivate with the admin/settings/taxonomy_access screen.
For details on why I have this problem see: http://drupal.org/node/119939
If someone could point me to the correct table field, I will deactivate TAC there.
Then I will disable TAC in the system table.
I need to do this to debug an access problem which I describe in detail in the forum at http://drupal.org/node/119939
I am trying to troubleshoot an access problem that has disabled my web site so it is urgent for me to solve this problem by disabling modules in reverse chronology.
Thanks,
John
Comments
Comment #1
jwalling commentedI am using
PHP Version 5.1.7-dev
MySQL 4.1.11
Drupal 4.7.4
taxonomy_access-4.7.x-1.x-dev.tar.gz
downloaded 1/24/2007
Comment #2
keve commentedIn table node_access: delete all rows w/ realm='term_access'
Then insert row:
INSERT INTO node_access VALUES (0, 0, 'all', 1, 0, 0)
Comment #3
jwalling commentedThanks keve,
I followed your instuctions. Apparently TAC was not causing my problem. I am disabling modules in reverse chronology. So far, nothing is helping with the Menu selection problem.