Hi Y'all
BACKGROUND
I recently upgraded my solo-blog all the way from Drupal 5.1 to 6.4. The only issue I had was I seemed to have lost my free-tagging taxonomy terms (I used taxonomy-dhtml in 5.1 to list categories on the right-pane eg: "Linux(3)" for 3 hits in the Linux category).
To fix this I trawled my URL's from 'taxonomy/term/1' then 2,3,4 etc etc, and noted the terms that were returned, then in another screen just added the terms with the appropriate path (IE: taxonamy/term/1 returned my 'linux' posts, so I (re?)created the term 'linux' with the path 'taxonomy/term/1').
Unfortunatelly, now I've created a new term - and it doesn't show up :-(, I feel I've missed something ... fundimental.
BTW: My environment is WAMP with only contrib-modules 'poormanscron' and 'taxonomy-access-lite'. The 'taxonomy-dhtm' modules ability to make a summary-list is (I guess) now in core(?).