After installing and re-installing different versions (due to a conflict with another module), i find that the latest release works well for me, but somehow during the process my "Content Management, Site Building, and Site Configuration" tabs disappeared. If i go to "/admin/build/menu-customize/admin_menu", where the menu resides, they reappear in the admin menu, but otherwise they are not there. I have tried clearing all caches and reinstalling the module, but every time it gives me the same result. I imagine this has something to do with the switch between the different versions, but I don't see why. Any help is appreciated, as I use this module heavily. Thanks!

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Are "Content Management, Site Building, and Site Configuration" all items in the menu or do you mean that only those are not displayed, but other items (like Reports, Help) are still displayed?

Did you try to disable (all) other contrib modules? (and if it works at some point, re-enable them step-by-step to see who's guilty)

In any case, please report back about the status of this issue. Thanks.

blup’s picture

Status: Postponed (maintainer needs more info) » Fixed

After switching back and forth between versions, the latest 1.5 release rebuilt the menu and everything was fine. Well, almost. I'm still having a conflict with the 'Panels Everywhere' module where the user icon menu entry (top right next to username) will replicate itself every time i cleared the cache. However i patched it to remove this feature from the module (sufficient in my case) and I'm not having any more problems. Thanks!

drupal3008’s picture

Status: Fixed » Active

I actually ran into the same issue too. I checked the issues queue and couldn't find one that helped me out yet.

My site /admin/build/menu-customize/admin_menu is missing all the menu items, therefore nothing shows up on the admin toolbar menu (besides "Flush All Cache", "Run Cron").

I tried flushing all the cache, and rebuilding the menu, switching back and forth between the different module versions and nothing. Help!

rjgoldsborough’s picture

If you look at the source, is the menu in the markup and just not displaying or is it actually gone?

mrfelton’s picture

Same deal here. I upgraded from 1.5 to alpha4 and I my menu totally disappeared. Then, I uninstalled and reinstalled (via /devel/reinstall) and the menu appeared, but only contained flush caches, cron, updates... all the stuff from the far left icond menu. Oh, and it did contain a menu item for 'Help'

EDIT: /admin/build/menu-customize/admin_menu contains only two links ion my case:

- Administer
|
`-Help

calefilm’s picture

Same problem.

I just installed 6.x-3.x-dev and everything disappears. Will re-install 1.5 i guess.

I started getting duplicate error messages on line 2457 like others had claimed... so i went to my site/include/menu folder and looked at the code... and this pertains to my view that i recently created ( i think):

$title_arguments = $item['title arguments'] ? serialize($item['title arguments']) : '';
db_query("INSERT INTO {menu_router}
(path, load_functions, to_arg_functions, access_callback,
access_arguments, page_callback, page_arguments, fit,
number_parts, tab_parent, tab_root,
title, title_callback, title_arguments,
type, block_callback, description, position, weight, file)
VALUES ('%s', '%s', '%s', '%s',
'%s', '%s', '%s', %d,
%d, '%s', '%s',
'%s', '%s', '%s',
%d, '%s', '%s', '%s', %d, '%s')",
$path, $item['load_functions'], $item['to_arg_functions'], $item['access callback'],
serialize($item['access arguments']), $item['page callback'], serialize($item['page arguments']), $item['_fit'],
$item['_number_parts'], $item['tab_parent'], $item['tab_root'],
$item['title'], $item['title callback'], $title_arguments,
$item['type'], $item['block callback'], $item['description'], $item['position'], $item['weight'], $item['include file']);
}

so i deleted the view, even though the error messages were showing up when i go to edit my Content Types...

Anyway, this is why i originally uninstalled Admin Menu and tried upgrading. Don't know how relevant any of this is to anybody.

henrijs.seso’s picture

same here - updated from latest stable to alpha 4 and all menus except first one with favico are gone. Here is whats left...

<div id="admin-menu-wrapper"><ul><li class="admin-menu-icon expandable"><a class="active" href="/"><img width="16" height="16" alt="Home" src="/sites/default/files/yby_favicon_6.png" class="admin-menu-icon"></a>
<ul><li><a href="/devel/variable">Variable editor</a></li><li class="expandable"><a class=" admin-menu-destination" href="http://[hide].com/admin_menu/flush-cache?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Flush all caches</a>
<ul><li><a class=" admin-menu-destination" href="http://[hide].com/admin_menu/flush-cache/menu?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Menu</a></li><li><a class=" admin-menu-destination" href="http://[hide].com/admin_menu/flush-cache/requisites?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Page requisites</a></li><li><a class=" admin-menu-destination" href="http://[hide].com/admin_menu/flush-cache/theme?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Theme registry</a></li><li><a class=" admin-menu-destination" href="http://[hide].com/admin_menu/flush-cache/cache?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Cache tables</a></li><li><a class=" admin-menu-destination" href="http://[hide].com/admin_menu/flush-cache/admin_menu?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Administration menu</a></li></ul></li><li><a href="/admin/reports/status/run-cron">Run cron</a></li><li><a href="/update.php">Run updates</a></li><li><a class=" admin-menu-destination" href="http://[hide].com/admin_menu/toggle-modules?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Disable developer modules</a></li><li class="expandable"><a href="http://drupal.org">Drupal.org</a>
<ul><li><a href="http://drupal.org/project/issues/drupal?version=6.x">Block issue queue</a></li><li><a href="http://drupal.org/project/issues/panels?version=6.x">Panels issue queue</a></li><li><a href="http://drupal.org/project/issues/nodereference_url?version=6.x">Node Reference URL Widget issue queue</a></li><li><a href="http://drupal.org/project/issues/pathauto?version=6.x">Pathauto issue queue</a></li><li><a href="http://drupal.org/project/issues/poormanscron?version=6.x">Poormanscron issue queue</a></li><li><a href="http://drupal.org/project/issues/stringoverrides?version=6.x">String Overrides issue queue</a></li><li><a href="http://drupal.org/project/issues/realname?version=6.x">RealName issue queue</a></li><li><a href="http://drupal.org/project/issues/mimedetect?version=6.x">MimeDetect issue queue</a></li><li><a href="http://drupal.org/project/issues/insert?version=6.x">Insert issue queue</a></li><li><a href="http://drupal.org/project/issues/imagefield_tokens?version=6.x">ImageField Tokens issue queue</a></li><li><a href="http://drupal.org/project/issues/jcarousel?version=6.x">jCarousel issue queue</a></li><li><a href="http://drupal.org/project/issues/lightbox2?version=6.x">Lightbox2 issue queue</a></li><li><a href="http://drupal.org/project/issues/menu_breadcrumb?version=6.x">Menu breadcrumb issue queue</a></li><li><a href="http://drupal.org/project/issues/submenutree?version=6.x">Submenu Tree issue queue</a></li><li><a href="http://drupal.org/project/issues/token?version=6.x">Token issue queue</a></li><li><a href="http://drupal.org/project/issues/wysiwyg?version=6.x">Wysiwyg issue queue</a></li><li><a href="http://drupal.org/project/issues/votingapi?version=6.x">Voting API issue queue</a></li><li><a href="http://drupal.org/project/issues/zenophile?version=6.x">Zenophile issue queue</a></li><li><a href="http://drupal.org/project/issues/viewscarousel?version=6.x">Views Carousel issue queue</a></li><li><a href="http://drupal.org/project/issues/views_gallery?version=6.x">Views Gallery issue queue</a></li><li><a href="http://drupal.org/project/issues/transliteration?version=6.x">Transliteration issue queue</a></li><li><a href="http://drupal.org/project/issues/imagefield?version=6.x">ImageField issue queue</a></li><li><a href="http://drupal.org/project/issues/twitter?version=6.x">Twitter issue queue</a></li><li><a href="http://drupal.org/project/issues/views?version=6.x">Views issue queue</a></li><li><a href="http://drupal.org/project/issues/views_attach?version=6.x">Views attach issue queue</a></li><li><a href="http://drupal.org/project/issues/submitted_by?version=6.x">Submitted By issue queue</a></li><li><a href="http://drupal.org/project/issues/imagecache?version=6.x">ImageCache issue queue</a></li><li><a href="http://drupal.org/project/issues/content_taxonomy?version=6.x">Content Taxonomy issue queue</a></li><li><a href="http://drupal.org/project/issues/cck?version=6.x">Content issue queue</a></li><li><a href="http://drupal.org/project/issues/ctools?version=6.x">Chaos tools issue queue</a></li><li><a href="http://drupal.org/project/issues/date?version=6.x">Date issue queue</a></li><li><a href="http://drupal.org/project/issues/devel?version=6.x">Devel issue queue</a></li><li><a href="http://drupal.org/project/issues/calendar?version=6.x">Calendar issue queue</a></li><li><a href="http://drupal.org/project/issues/better_formats?version=6.x">Better Formats issue queue</a></li><li><a href="http://drupal.org/project/issues/admin_menu?version=6.x">Administration menu issue queue</a></li><li><a href="http://drupal.org/project/issues/advanced_help?version=6.x">Advanced help issue queue</a></li><li><a href="http://drupal.org/project/issues/draggableviews?version=6.x">DraggableViews issue queue</a></li><li><a href="http://drupal.org/project/issues/ed_readmore?version=6.x">Read More link issue queue</a></li><li><a href="http://drupal.org/project/issues/google_analytics?version=6.x">Google Analytics issue queue</a></li><li><a href="http://drupal.org/project/issues/flag_weights?version=6.x">Flag Weights issue queue</a></li><li><a href="http://drupal.org/project/issues/image_resize_filter?version=6.x">Image resize filter issue queue</a></li><li><a href="http://drupal.org/project/issues/imageapi?version=6.x">ImageAPI issue queue</a></li><li><a href="http://drupal.org/project/issues/flag?version=6.x">Flag issue queue</a></li><li><a href="http://drupal.org/project/issues/fivestar?version=6.x">Fivestar issue queue</a></li><li><a href="http://drupal.org/project/issues/emfield?version=6.x">Embedded Media Field issue queue</a></li><li><a href="http://drupal.org/project/issues/email?version=6.x">Email issue queue</a></li><li><a href="http://drupal.org/project/issues/file_aliases?version=6.x">File Aliases issue queue</a></li><li><a href="http://drupal.org/project/issues/filefield?version=6.x">FileField issue queue</a></li><li><a href="http://drupal.org/project/issues/filefield_paths?version=6.x">FileField Paths issue queue</a></li><li><a href="http://drupal.org/project/issues/imagecache_actions?version=6.x">Imagecache Canvas Actions issue queue</a></li></ul></li></ul></li><li class="admin-menu-action"><a href="/logout">Log out</a></li><li class="admin-menu-action admin-menu-account expandable"><a href="/users/www">www</a>
<ul><li><a class=" admin-menu-destination" href="http://[hide].com/devel/switch/Team?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation">Team</a></li><li><a class=" admin-menu-destination" href="http://[hide].com/devel/switch/www?destination=admin%2Fbuild%2Fmenu-customize%2Fnavigation"><em>www</em></a></li></ul></li><li class="admin-menu-action admin-menu-users"><a href="/admin/user/user">0 / 1</a></li></ul></div>
klonos’s picture

I am getting only the menu bar with the favicon and no menu items whatsoever. I started having this just today after the menu has been working fine for months. No recent updates that I can think of except perhaps latest 6.x dev of jquery_update(?)

In the rendered page source I see:

admin menu css stylesheets loading...

<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/admin_menu/admin_menu.css?e" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/admin_menu/admin_menu.uid1.css?e" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/admin_menu/admin_menu_toolbar/admin_menu_toolbar.css?e" />

related js files too...

<script type="text/javascript" defer="defer" src="/sites/all/modules/admin_menu/admin_menu.js?e"></script>
<script type="text/javascript" defer="defer" src="/sites/all/modules/admin_menu/admin_menu_toolbar/admin_menu_toolbar.js?e"></script>
<script type="text/javascript">

jQuery with admin_menu entries in a 'blacklist' (?)...

<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/", "block_edit": { "hover_links": 1 }, "CTools": { "pageId": "page-edb9adccb95c426f93df51d3baa15813" }, "dhtmlMenu": { "nav": "clone", "animation": { "effects": { "height": "height", "width": 0, "opacity": 0 }, "speed": "500" }, "effects": { "siblings": "close-all", "children": "none", "remember": "0" }, "filter": { "type": "blacklist", "list": { "admin_menu": "admin_menu", "primary-links": "primary-links", "secondary-links": "secondary-links", "navigation": 0 } } }, "cron": { "basePath": "/poormanscron", "runNext": 1272361178 }, "admin_menu": { "destination": "destination=all_news", "hash": "e0b6378754a5ccba2b72213f8f65768b", "basePath": "/admin_menu", "replacements": { ".admin-menu-users a": "1 / 1" }, "margin_top": 1, "toolbar": [  ] } });
//--><!]]>

,but no admin-menu-wrapper div

I will try a few things and report back if I have any luck with it...

klonos’s picture

In my case, I tried clearing the caches from another system that displayed the menu fine (faulty one was Win7 x64 with firefox 3.7a5pre nightly build - working one was WinXP with firefox 3.7a3pre). Then just to make sure I've emptied firefox's browsing history and I was back in business!

Hope this helps other people too, but I might simply have been lucky or something.

ignedraconis’s picture

Had the same issue -- only Plugin Manager installed into the upgraded menu. I haven't popped into the code yet to write a solution, but I did find that when I navigated to admin/build/menu-customize/admin_menu, it only listed the plugin manager in the menu.

I added a custom menu item to this menu and refreshed the cache: the custom menu item showed up on the menu.

Looks like the module is just not migrating the menu items to the new menu properly.

Hope this helps whoever is working on this.

bwoods’s picture

Subscribing.

I'm not using this module on one of my Drupal installs, but I'm experiencing the same issues with the disappearing admin menu. I can sometimes clear the cache to make the menu appear. But the display never seems to remain. I'm curious to hear how this is ultimately solved, as it may relate to the issue I'm having.

bakr’s picture

Hello Folks,

In case you guys are using "panels" module and have the visibility issue; check this solution:

#995984: CSS Conflict with "Admin Menu" + Fix Advice

With Best Regards

sun’s picture

Status: Active » Closed (cannot reproduce)