Drupal 6-10

Having installed the module and enabled it and cleared the cache and having two appropriate views appear, I went to Menus in Administration where the expected new tab appeared, but selecting the tab I get:

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.

However, Views is installed ... I just did the cache clear and checked the new views ... so now what?

Comments

markDrupal’s picture

I ran into this as well,
Taxonomy Router should be marked as a required module for installing this modules.

tamhas’s picture

That would have been my reaction, but I recalled reading that it was no longer required ...

Edit ... in fact, note that it says Views *or* and Views *is* installed.

markDrupal’s picture

I had views installed and I still got the message, I had to download the additional module to get this working

rcrowther’s picture

Assigned: Unassigned » rcrowther

Yes, tamhas is correct, Views 'or' internal functions, as of 4.2 BETA 1. I can't set a complex condition like this in the module dependencies, yet felt a user should have the choice. A warning in Admin seemed the way to go.

Not sure what the issue is. Will look at it. Will take maybe 3 days at the moment. Thanks for reporting.

AlexisWilke’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new786 bytes

Hey guys,

There is the patch.

Thank you.
Alexis Wilke

AlexisWilke’s picture

Okay, I could create a menu, but it has no item. I select a term with about 10 sub-items...

I run the Rebuild code, and the cron (since you say it should be built automatically).

Is there something else to try?

Thank you.
Alexis

markDrupal’s picture

try unchecking the "Show decedents" checkbox. I had a similar problem with that checkbox.

AlexisWilke’s picture

I actually found another solution. I use the Taxonomy VTN module (I'm one of the maintainers). In there I added support for parent & depth and it works for my purpose! Thank you for taking the time mark.

Alexis

rcrowther’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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