When I flush cache the admin menu appears as normal. After refreshing any page / going to another page. Only content & structure appear as menu items in the admin menu. I've checked the menu and everything is enabled, is there anywhere else I should be looking or is this an issue for anyone else?

Thanks

CommentFileSizeAuthor
#2 admin menu not full6.45 KBdrupov

Comments

tuccio’s picture

Subscribing, and I think it happened with the latest update. I get content, structure, appearance, people but not modules, configuration and reports menu items.

drupov’s picture

StatusFileSize
new6.45 KB

I have the same behavior. The whole menu appears when cache has been cleared or right after the admin has just logged in. Right after you visit some page, some of the menu items disappear.

The false behavior is quite inconsistent, on some sites I have only the "Dashboard", "Content", "Structure" and "Appearance" menu items (see attachment), on others just the first three and so on.

And on some sites admin menu functions great, all items are there...

Vagabondo’s picture

It seams that last dev fixes it :-)

drupov’s picture

No, it did not for me.

sun’s picture

Status: Active » Postponed (maintainer needs more info)

@mrupal: Are you sure that you have 7.x-3.0-rc2+3-dev (or later) ?

@everyone else: Yes, this looks like a duplicate of #1546206: Menu links missing, partial / incomplete menu with RC2

drupov’s picture

Status: Postponed (maintainer needs more info) » Fixed

Sorry,

I was sure I had checked it but obviously not good enough.

#4 was wrong from me: updating to 7.x-3.0-rc2+3-dev makes the admin menu work again!

Thanks for the support! Good work! Closing this issue now.

plastikkposen’s picture

Same here. Menu items disapear...

drupov’s picture

Using latest dev? For me it fixed it...

czigor’s picture

The dev solved this issue for me (so did unchecking 'Cache menu in client-side browser' on admin/config/administration/admin_menu).

tsatsos007’s picture

may i ask how i update to the revised version from the link above?!?!??... i have the same problem ..links disappear after reloading pages....

do i go to install new module?!it didn t really work as i tried!

-_-’s picture

Version: 7.x-3.0-rc2 » 7.x-3.x-dev
Status: Fixed » Needs review

sorry, but I've had a load of trouble since my system updated to the latest 7.x-3.0-rc2. I came across this issue and dutifully uninstalled the rc2 and installed the +5 version of the 3.x dev module. I have the home button, content then nothing until the user info on the right. I'm not a drupal expert so its easily possible I have not done something important, but I can't think what...

Thanks in advance and sorry if this has already been solved.

[edit] I've just removed the latest dev and returned to a copy of 7.x-3.0-rc1 which works fine.

tsatsos007’s picture

how did u install the dev version??! please help!

czigor’s picture

Download the dev from the bottom of http://drupal.org/project/admin_menu (7.x-3.x-dev) and overwrite the old admin_menu folder with its contents.

-_-’s picture

hello, sorry for the delay, hope this might still help someone. I had to uninstall the admin module first before being allowed to install the dev version, otherwise I saw a message saying the module is already installed. To me, the danger with just overwriting the admin folder in the module list is that the drupal db may then have inconsistent entries if tables or fields change between versions and the update function isn't triggered. But maybe I'm being over cautious!

holdmann’s picture

Disabling client-side caching through settings page can temporarily solve this problem.

rlnorthcutt’s picture

I haven't tried the dev version - but I can confirm that disabling client side cache does the trick.

barbarae’s picture

FYI - My admin menu is working perfectly now ! Have you checked the admin menu configuration settings: turn OFF the cache menus in client side, and then flush your browser cache (on Internet explorer be SURE to turn OFF the checkbox to "save your favorites"). After I did this several problems went away - and now I am happy ;-)

Before I did the above, I had your exact problem..

sun’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

calefilm’s picture

Disabling client-side caching fixed it for me as well but are there any disadvantages of doing this?