With the latest update, I was not able to access pages anymore using /taxonomy/vocabulary/x, just received 'page not found'. Reverting back to 1.0 fixed it.

Comments

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

Does it matter which user is logged in?

nancydru’s picture

Which version of Drupal?

BTW, you will get PNF if there are no vocabularies specified in the URL.

encho’s picture

6.2. I know, using same address/path for 1.0 and 1.1. First one works, but as soon as I upgrade, it stops working. Reverting to previous revision is setting the things right again.

nancydru’s picture

Assigned: Unassigned » nancydru

I think I may have figured it out. There are some annoying "quirks" in the D6 menu system. Try disabling and re-enabling the module.

encho’s picture

It worked, but only when I removed it completely from 'Uninstall' menu. I have noticed the menu problems before, hope they'll fix it.

Thanks for your help, this module is a must-have for me.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed

I'm glad it's working now. I wonder if I should include a hook_enable that forces a menu rebuild and cache clear.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

CompShack’s picture

Status: Closed (fixed) » Active

Nancy, sorry for re-opining this issue but I just updated my site from D5.7 to D6.4 and I'm getting the same "Page not found" error. I tried completely uninstall and re-install more than once and nothing.

>> I wonder if I should include a hook_enable that forces a menu rebuild and cache clear.
How is this related to menu rebuild? and how can I do a cache clear?

The site is currently off line (still finishing up final touches on the upgrade but here is my url http://www.compshack.com/taxonomy/vocabulary/1)

CompShack’s picture

Nancy, I installed 6.x-1.0 and it worked with no issues. Wondering what is in 1.1 that is making it break.

nancydru’s picture

The easiest way to clear the cache in 6.x is admin >> site >> performance -- there is a clear cache button. Get used to it; you will be using it a lot. It also forces theme and menu rebuilds.

Your site won't let me check because it's off line.

There have been several fixes made since 6.x-1.1. Did you try the -dev version?

CompShack’s picture

>> There have been several fixes made since 6.x-1.1. Did you try the -dev version?
Yup and no luck. Cleared cache, install and uninstall and re-install and still "Page not found". I reverted back to 6.x-1.0 and it works right away. That is what I have on my site right now. I just couldn't get it to work with 6.x-1.1 :(

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)
nancydru’s picture

I have been working on a major rewrite of this module and went back to the current version to look at something and changed my "List mode" setting to "Flat." Lo and behold I got the PNF error. Are you using "Flat?" This is why describing settings can be important in opening issues.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed

Fix committed on both branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.