Look like DHTML menu is not loaded with drupal 7.9. With 7.8 it's ok.
Any idea how to fix that?
thanks!

Comments

jonn59’s picture

same problem after update!! Help me :'(

phani’s picture

i noticed the same problem, i.e., DHTML menus didn't work anymore, and couldn't find errors loged in drupal's watchdog or the web server's error logs. i put this aside as i can live w/o the convenience DHTML menus offers, but after i was working on some of my views, DHTML menus started working again. i have no idea what caused this and wouldn't be surprised if they stopped working again, but for now they're ok.

i did fiddle around with views' ajax settings, changing a pager from full to minimal, and also it's pager ID. i can imagine that those different ajax interfaces can influence each other if entity names collide. (while DHTML menus didn't work i did not find any errors on the page with firefox's firebug or chromium's web developer tools.)

michaelfavia’s picture

Status: Active » Postponed (maintainer needs more info)

While im running into a similar issue myself (not sure if related to 7.9 though) this isnt much of a bug report to go off of.

If i find anything ill fix it and commit it. Please report any useful information beyond "it doesnt work".

texis’s picture

Not sure where could be a the problem, but it happened to me as well. In my case the solution was just disable and enable module.

No it seems to be working as good as before.

TC

ricardokc@groups.drupal.org’s picture

confirm texis, disable and enable, I threw in delete cache for the heck of it. all it works now.

lesthaeghet’s picture

Priority: Critical » Normal
Status: Postponed (maintainer needs more info) » Postponed

Also confirmed - simply disabling the module and re-enabling the module will correct the issue. Unsure as to why this is happening; possibly not even an issue related to the module itself?

setki’s picture

I am working on v7.12.
Did a reinstall of the module but doesn't resolve my issue so far.

The menu's worked before and i didn't change anything to the code, except for installing other modules.

PESTO3567’s picture

Priority: Normal » Critical

I use Drupal 7.12 and same problem. Re-Install didnt help. Because it's non-functional I change the issue to critical.

nickgee’s picture

Just installed and it works fine for me in 7.12. I'm using it for Book navigation in the sidebar.

I read something about caching causing problems with this module. I'm still developing locally so my caches are turned off but check if this is the problem.

facal’s picture

I tried with both core 7.9 and 7.12 and it did not work. Disabling and re-enabling did not have any effect either. I am using i18n and Menu Token modules.

brst t’s picture

Title: DHTML menu doesn't work with drupal 7.9 :( » DHTML menu doesn't work with drupal >7.9 :(

For me, it works with the "Expand on Bullet" option set at admin/config/user-interface/dhtml_menu which is all the one-trick pony I'm looking for.

I noticed it breaks the collapsible fieldsets in the core Overlay module, rendering the Seven admin theme unusable.
Works without Overlay, which takes an excruciating few extra beats to fire up every time and jars the visual identity development process, anyway.

Wish this and jquerymenu could find a solid similar and functional ground for 7.x

An aside:
Who likes to click click click click layers menus deep, let alone repeatedly even one layer deep? And superfish menus are flakey in the menu depths, too. A good deal of content and taxonomies and info layouts require it, obviously, indicated by the >25k usage numbers of this module. Some might say layers are bad for usability. Maybe for mass media PR and promo, sure, the bounds of the shallow end of the content pool is great. But like being hemmed to blogs and pages and 'taxonomy' that's one layer deep, it's restrictive by design.

a_marysiewicz’s picture

Issue summary: View changes

In my case problem was made by SEO Checklist module. When SEO Checklist is unchecked DHTML menu starts working fine again.

gnarlytom’s picture

I can concur with a_marysiewicz above. For me, it is fixed by disabling SEO checklist.

This error seemed to come from nowhere for me, i must have enabled the SEO checklist one day (not even installed as I have had it for a long time), and its taken hours to find the fix!

knalstaaf’s picture

I updated core from 7.35 to 7.37, and DHTML was out. Disabling and re-enabling brought it back (as mentionned in #4). This issue has been running for quite some time (3,5 years), it could use a stable fix.

marcelgalema’s picture

I just ran into this issue while upgrading other modules. Running drupal 7.50, disabling/enabling dhtml_menu without success...

marcelgalema’s picture

As it turns out, it's an issue in ctools 7.10 (#2645612) and not in dhtml_menu. Sorry for posting it here.