I try to use this modules, following the quickstart Guide.

But when I select "Add taxonomy Tree menu" from the Menu admin page, this warning apperar (in attachment).

The Views modules is correctly installed and works as well.

What's happened?

ByE!

CommentFileSizeAuthor
2009-04-26_010719.jpg24.76 KBDret
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pokurek’s picture

Hi,
maybe there is a bug in taxonomy_treemenu.admin.inc:

  // Verify Taxonomy Router or Views is loaded and enabled.
  if (!(module_exists('taxonomy_router') && module_exists('views')))   False only if both are enabled.

Have a nice time.

muhleder’s picture

Status: Active » Closed (duplicate)

Marking as duplicate
http://drupal.org/node/444620

Dret’s picture

Controlling taxonomy_treemenu.admin.inc all seems to be correct... I Tyed with a complete new installation and the problem is still the same.

... Thanks for all other suggestions...!
Bye