Installing Genesis with dhtml menu 6.x-3.2 I get some warnings:

warning: key() [function.key]: Passed variable is not an array or object in /sites/all/modules/dhtml_menu/dhtml_menu.module on line 166.

and then this error:

Fatal error: Call to undefined function genesis_menu_item_link() in /sites/all/modules/dhtml_menu/dhtml_menu.module on line 63

Comments

Jeff Burnz’s picture

Title: Call to undefined function genesis_menu_item_link() » DHTML menu theme_menu_item_link clash

Try this patch for DHTML menu - http://drupal.org/node/334296#comment-1110115

The issue is not so much with Genesis, but rather with DHTML menus implementation of theme_menu_item_link. Early reports say the patch fixes the issue, I have not had a chance to test the patch myself. I did install DHTML 3.2 and see the issue (messing with local task tabs).

Jeff Burnz’s picture

Status: Active » Closed (fixed)

No feedback - issue is with DHTML menu and documented at the above thread.

pauligree’s picture

I disabled dhtml menu. Thank you