Closed (won't fix)
Project:
JS Callback Handler
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2013 at 19:41 UTC
Updated:
13 Nov 2015 at 15:19 UTC
Jump to comment: Most recent
Comments
Comment #1
svouthi commentedTo clarify - the conflict is with Administration Menu module, and I am using version 7.x-3.0-rc4.
Comment #2
michielnugter commentedThanks for reporting the issue svouthi. I tried to reproduce the issue and came up with the following.
The administration menu has a dependency set in it's js callback, the devel module. This caused an error for me and is probably the same on your end. It's actually not the idea to set a contrib module as a dependency in your js hook that isn't a dependency by the module itself, I'll contact the maintainer on this issue.
I have just pushed a small change in this module to improve the error message, it's now also set as a drupal message, showing up the next reload. This should help others debug what's going on.
Comment #3
Mirolim commentedI had similar issue after installing JS module, Administration Menu disappeared. Disabling "Cache menu in client-side browser" in Admin Menu settings fixed the problem.
Comment #4
svouthi commentedInteresting findings, michielnugter. Thank you for your sleuthing and work, and for taking this up with the Administration Menu module maintainer.
Comment #5
Risha commentedMirolim's advice in post #3 solved my problem with admin menu dissapearing. Thank you!
Comment #6
michielnugter commentedI have posted a patch for this at the Administration menu issue queue: #1981308: Call to undefined function field_info_fields() in admin_menu.map.inc on line 111
Comment #7
estoyausenteI solve it like #3, Disabling Cache menu in client-side browser" in Admin Menu settings .
Comment #8
mmeldrem commentedI am using 7.x-3.0-rc4 and #3 also fixed my problem.
Comment #9
kingfisher64 commented#3 worked - thank you.
Comment #10
fransoa commentedMy admin menu disappeared after moving all my block from secondary to previously empty primary region.
Weird.
#3 solved my issue. Thank you
But to be able to disable "Cache menu in client-side browser" in Admin Menu settings, you must first access these setting.
Simply add /#overlay=%3Fq%3Dadmin%252Fconfig%252Fadministration after your site name in adress bar.
Comment #11
else commentedPlease, can someone help me?
I disactivated most of the module advagg and after saving I don't have the administration menu anymore. The solution to add /#overlay=%3Fq%3Dadmin%252Fconfig%252Fadministration behind the name of the website doesn't work and there are also a lot of faults:
Notice: Undefined variable: head in include() (../public_html/drupal7/modules/system/html.tpl.php).
Notice: Undefined variable: styles in include() (../public_html/drupal7/modules/system/html.tpl.php).
Notice: Undefined variable: scripts in include() (../public_html/drupal7/modules/system/html.tpl.php).
Notice: Undefined variable: page_top in include() (../public_html/drupal7/modules/system/html.tpl.php).
Notice: Array to string conversion in include() (../public_html/drupal7/modules/system/html.tpl.php).
Notice: Undefined variable: page_bottom in include() (../public_html/drupal7/modules/system/html.tpl.php).
Is there a way to repair?