I am hoping one of you smart people can help me with this because I can't figure it out and can't find an answer through research and it is driving me crazy in the head.

When I create a list of taxonomy terms, I get a "Page Not Found" error for the last term in the list. For example:

Vocabulary: Fruit
term1: apple
term2: banana
term3: orange

When I navigate to taxonomy/term/1 or taxonomy/term/2 there is no problem. I get the apple taxonomy page or the banana taxonomy page. But, when I navigate to taxonomy/term/3 I get "Page Not Found".

Once I create another new taxonomy term then the issue resolves itself for the previous last term, but manifests itself again for the new last term. For example:

Vocabulary: Fruit
term4: prickly pear

Now, when I navigate to taxonomy/term/3 I suddenly access the orange taxonomy page. It resolves as if nothing were ever wrong. But, when navigating to taxonomy/term/4 I get a "Page Not Found" instead of the new prickly pear page.

As a side note, I am using Clean URLs and Pathauto. I don't know if they have any bearing on this or not.

Thanks in advance.

Comments

mjetpax’s picture

It seems to be that the taxonomy module is miscounting it's list of vocabulary terms. I looked for a way to get taxonomy to recalculate it's terms or the count, but I didn't see anything in this respect. Any ideas?

Thanks.

mJetPax

"I drank what?!" Socrates, 399 B.C.

Equ’s picture

I have exactly the same problem. Any ideas?

Equ’s picture

Any suggestions what it could be?

osopolar’s picture

I have the same Problem in Drupal 6. There will be a alias taxonomy/term/54 (where 54 is the last term id) created to the system path taxonomy/term/. This will, in combination with the path_redirect module, redirect all terms to taxonomy/term. Actually I cant figure out which module creates the alias for taxonomy/term ... could it have a relation to the views module (taxonomy.views)?

More information: http://drupal.org/node/295884

Grayside’s picture

According to that issue discussion, it may have been fixed in the Pathauto dev version.

mjetpax’s picture

Thanks Grayside,

This issue has been a real pain. Every time I create a new taxonomy term, I have to add a second "dummy" term as the last term and then delete the dummy term.

geekgirlweb’s picture

I'm having the same problem I'm trying the Global Redirect module to see if it will solve anything. I'll let you know how it goes.

joeboris’s picture

Subscribing

drupaloo-1’s picture

Subscribing - Having the same problem.

Pushkar Gaikwad’s picture

here is the solution of the problem http://drupal.org/node/278368