How to uninstall taxonomy_access?

tsernobyl_good_times - January 24, 2008 - 21:48
Project:Taxonomy Access Control
Version:5.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

I'm having problems with taxonomy access control as I noticed that if I disable the module, anonymous users can't access newly created pages anymore. Therefore I'd like to uninstall the module, but how should I do it? I'm no MySQL-guru so step-by-step-advice are greatly appreciated.

I'm using PHPMyAdmin.

#1

tsernobyl_good_times - January 27, 2008 - 10:34

Just to clarify: I have tried uninstalling the module by first disabling it and then uninstalling it in Modules page. I have previously used older version of taxonomy_access, maybe something has changed so that uninstall doesn't clear old data completely?

If I disable the module, anonymous users can see old content, but not the content I add after that.

#2

tsernobyl_good_times - February 1, 2008 - 09:52

Anyone??

#3

keve - February 1, 2008 - 10:17

Please comment back if:
'term_access' and 'term_access_defaults' tables exists in database (it should not exist, after doing uninstall)

Manual uninstall:
- First 'DISABLE', 'Taxonomy Access Module' on page:
"Administer >> Site building >> Modules".

- Drop tables 'term_access' and 'term_access_defaults' ;

- Force rebuilding of the permissions cache (table 'node_access'):
"Rebuild permissions" button on page:
"Administer >> Content Management >> Post settings".

#4

tsernobyl_good_times - February 2, 2008 - 11:57

Thank you very much! I hadn't realized there is such feature as "Rebuild permissions". After doing that, everything worked beautifully! :)

There wasn't anything wrong with module uninstallation, it dropped tables correctly.

 
 

Drupal is a registered trademark of Dries Buytaert.