Closed (fixed)
Project:
Taxonomy Treemenu
Version:
6.x-4.1-beta2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
25 Apr 2009 at 08:08 UTC
Updated:
22 Aug 2009 at 15:50 UTC
OK, so I installed and enabled taxonomy_treemenu. As per instructions, I did not install taxonomy_router.
When I navigate to /admin/build/menu/treemenu/add , I get this error message:
To render menus, Taxonomy Treemenu needs a module which can provide lists of child terms. Drupal core is reporting that a suitable module is not installed and enabled.
The following modules can provide lists of child terms:
* Taxonomy Router
*
* Views
Please ensure that one of these modules is installed and enabled.
But I do have views installed. And what's the 2nd item in that list supposed to be?
Looks like a bug, but perhaps there's something wrong with my setup? There's at least a shortcoming in the instructions.
I'm running Drupal-6.10, with Views 6.x-2.5. All other modules are up to date as of last night.
If it's relevant, I have a couple of taxonomies defined already, including the one I want to use, and I have one view defined which lists a subset of terms in that taxonomy. Not sure what else I might be missing?
Comments
Comment #1
muhleder commentedI think it actually needs the taxonomy_router module, not sure if it needs views. At least, no items were added to the menu when I tried it without taxonomy_router.
Also, this is pretty much a dupe of this issue.
http://drupal.org/node/445036
Comment #2
rcrowther commentedYup. Please note that you have filed under V4.1, which still needed Taxonomy Router. Only from V4.2 are the dependencies Views 'or' internal functions.
See this issue. I'll look at the point about the message being wrong (It IS wrong, if that is what it says).
Comment #3
rcrowther commentedThe module does not now need Taxonomy Treemenu. Rob.