Closed (fixed)
Project:
Drupal core
Version:
6.14
Component:
taxonomy.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2009 at 16:29 UTC
Updated:
3 Dec 2009 at 15:22 UTC
Without any apparent reason, the Taxonomy system stopped working correctly and does not allow deleting terms anymore
I was playing with OG vocab, creating terms in a vocabulary group when I noticed that I couldnt delete the terms I just created.
I disabled all possible modules - including OG - and tried to create new vocabularies and terms. Again impossible to delete them (though I can delete vocabs).
I cleared cache, ran update.php... Until now, I did not found any way to get my site's Taxonomy back working.
Any idea?
Comments
Comment #1
jvieille commentedUpdate:
I succeeded at solving the problem by loading a db backup.
It worked for sometime, but now the problem is back
Comment #2
jvieille commentedhttp://drupal.org/node/349272
Comment #3
jvieille commentedFound the problem:
Cacherouter was disabled, but its settings were left in settings.php.
Commenting them solved the issue