Postponed
Project:
DHTML Menu
Version:
7.x-1.0-beta1
Component:
PHP Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2011 at 11:30 UTC
Updated:
26 Aug 2016 at 11:25 UTC
Jump to comment: Most recent
Comments
Comment #1
jonn59 commentedsame problem after update!! Help me :'(
Comment #2
phani commentedi 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.)
Comment #3
michaelfavia commentedWhile 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".
Comment #4
texis commentedNot 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
Comment #5
ricardokc@groups.drupal.org commentedconfirm texis, disable and enable, I threw in delete cache for the heck of it. all it works now.
Comment #6
lesthaeghet commentedAlso 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?
Comment #7
setki commentedI 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.
Comment #8
PESTO3567 commentedI use Drupal 7.12 and same problem. Re-Install didnt help. Because it's non-functional I change the issue to critical.
Comment #9
nickgee commentedJust 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.
Comment #10
facal commentedI 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.
Comment #11
brst t commentedFor 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.
Comment #12
a_marysiewicz commentedIn my case problem was made by SEO Checklist module. When SEO Checklist is unchecked DHTML menu starts working fine again.
Comment #13
gnarlytom commentedI 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!
Comment #14
knalstaaf commentedI 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.
Comment #15
marcelgalema commentedI just ran into this issue while upgrading other modules. Running drupal 7.50, disabling/enabling dhtml_menu without success...
Comment #16
marcelgalema commentedAs it turns out, it's an issue in ctools 7.10 (#2645612) and not in dhtml_menu. Sorry for posting it here.