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.
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
Comment #1
nancydruDoes it matter which user is logged in?
Comment #2
nancydruWhich version of Drupal?
BTW, you will get PNF if there are no vocabularies specified in the URL.
Comment #3
encho commented6.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.
Comment #4
nancydruI think I may have figured it out. There are some annoying "quirks" in the D6 menu system. Try disabling and re-enabling the module.
Comment #5
encho commentedIt 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.
Comment #6
nancydruI'm glad it's working now. I wonder if I should include a hook_enable that forces a menu rebuild and cache clear.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
CompShack commentedNancy, 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)
Comment #9
CompShack commentedNancy, I installed 6.x-1.0 and it worked with no issues. Wondering what is in 1.1 that is making it break.
Comment #10
nancydruThe 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?
Comment #11
CompShack commented>> 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 :(
Comment #12
nancydruPlease try: http://www.compshack.com/taxonomy/vocabulary/1+2
See also #281417: Demo link broken
Comment #13
nancydruI 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.
Comment #14
nancydruFix committed on both branches.
Comment #15
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.