I'm upgrading a Drupal 6.28 site to Drupal 7.22.
In D6, the Taxonomy Menu module manages menus for a few vocabularies. When you add a new vocab item, the menu automatically refreshes with the new item.
In D7, the menus initially do not show. After going through the upgrade process for Taxonomy Menu, the menus still do not show. If I add a new vocab item, nothing apparently happens. If I select "Select to rebuild the menu on submit." still nothing apparently happens. It also says "The Taxonomy Menu menu-topics (or-whatever-name) has been updated." In D6 and in D7, the Menu location is set to "= DISABLED =".
If I change the Menu location to something from the select list, with "Select to rebuild the menu on submit." selected, the screen fills with errors. Two warnings each for each term in the vocabulary. and then at the end a final error because fields being inserted are NULL. (See sample below)
The other thing is that even though I am using 7.x-1.1 of the Taxonomy Menu module, its README.txt file says this:
"(README.txt: 13th of April 2009, Version 6.x-2.3, indytechcook + ksc)"
and its UPGRADE.txt file says this:
"Upgrading from 6.1 => 6.2"
If all else fails, what do I need to delete in the database to remove everything associated with this module, so I can start from scratch?