Posted by gabble on March 14, 2007 at 4:06pm
I need help because I can't get URLs like /taxonomy/term/[number]/all work in my drupal 5.1 installation.
I have a simple taxonomy like the following:
- One
-- cats
-- dogs
-- frogs
- Two
-- apples
-- oranges
-- bananas
I get strange results:
if I go to /taxonomy/term/[number-for-One]/all I only get posts belonging to frogs.
if I go to /taxonomy/term/[number-for-Two]/all I get no posts!
Please help me, I have gone all through the handbook, but I have found no help to my issue.
Even http://drupal.org/node/41349 does not help.
I have also tried http://drupal.org/project/taxonomy_forceall to no avail.
Anyone??
Comments
You haven't said
whether cats, dogs, apples, oranges, or bananas have any content nodes in them. If they don't, then your taxonomy is behaving properly.
If they do have content, then I'm not sure what is happening. What other modules do you have installed?
--
Anton
New to Drupal? | Troubleshooting FAQ
Example Project management software knowledge base built with Drupal
--
Anton
Almost all of the terms have
Almost all of the terms have some sort of content published.
You can test il live at:
http://www.newcomsrl.it/soluzioni
We have:
- Accessi e Linee
-- ADSL (3 posts)
-- HDSL (no posts)
-- ISDN (1 post)
-- Linea Base (1 post)
-- Satellitare (no posts)
- Prodotti
-- Business Mobile (3 posts)
-- Cablaggi Strutturati (no posts)
-- Call Center (no posts)
-- Centralini (1 post)
-- Personal Computer (1 post)
-- Router (no posts)
-- VoIP (no posts)
-- VPN (no posts)
if you go to:
http://www.newcomsrl.it/taxonomy/term/15/all
you only get "Linea Base"!
if you go to:
http://www.newcomsrl.it/taxonomy/term/3/all
You get no posts for "Prodotti"!
================
I have the following modules installed, updated to their latest version (some are from cvs):
adminblock
autologout
autotimezone
blogger
captcha
comment_subject
contact_list
dhtml_menu
download_count
fckeditor
gsitemap
jstools
logintoboggan
mimemail
nodeteaser
panels
privatemsg
releasemonitor
scheduler
similar
simplenews
site_map
subscriptions
taxonomy_access
taxonomy_image
taxonomy_list
textimage
user_status
userprotect
views
webform
:-(((
Are you using the views module
to create your taxonomy listings? Because that doesn't use the depth parameter as part of the url - it is defined in the view itself. I don't think that is your problem though because you have some depth stuff working.
I'm not sure what taxonomy_list does, but have you double checked the taxonomy_access settings?
I'd recommend disabling all your contrib modules and seeing if the problem goes away - probably best to try that on a test site :)
I've used the same functionality a lot and never had problems like these, but I don't use most of those other modules.
--
Anton
New to Drupal? | Troubleshooting FAQ
Example Project management software knowledge base built with Drupal
--
Anton
taxonomy_list creates the
taxonomy_list creates the taxonomy listing, but it just creates the main page /soluzioni
I don't think taxonomy_access could be the culprit, because I get the same behaviour when logged in as user #1
I think I'll try disabling all third party modules, sob! :-(
:-((((((
problem solved!
The culprit was a misconfiguration of the views module!
The taxonomy_term view was enabled, overriding the system defaults.
I can't remember I ever enabled it, but now everything's fine.
Thank you very much for your time! :-)
Gabriele