Wanted to update my website with a new vocabulary. I go to Taxonomy in Admin and make a new vocabulary and make a couple of unique terms. The new vocabulary appears as a primary link no problem. I create a node and assign to one of the newly created terms. Now when I hover over the new vocabulary menu item I get the following URL: http://127.0.0.1/Drupal-6.11/?q=taxonomy/term/

The term(s) that I created should show as a number. For example:http://127.0.0.1/Drupal-6.11/?q=taxonomy/term/21 20

Obviously, this is a problem, because, if the TIDs (Term ID#s) don't show you're going to get the clicking on the menu item calls up the "page not found" error screen.

I can take the same node and assign to one of my other existing vocabulary terms and it will show no problem.

So what am I doing wrong? I've even tried reassigning nodes that call up fine in my existing taxonomy to the new vocab/term and the same result. Term doesn't show in URL and "page not found" error.

This problem driving me crazy. All suggestions welcome! Help!!!!!!!

Comments

ckleiman’s picture

When you first make the vocabulary you need to leave the "Item for Vocabulary" box unchecked. Create your terms. They'll appear in your primary menu. Then edit the vocabulary and check the "Item for Vocabulary" box and everything works correctly. Hope this helps anyone finding themselves in a similar predicament.