Closed (duplicate)
Project:
Administration menu
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 18:44 UTC
Updated:
28 Jul 2010 at 02:18 UTC
The documentation mentions a "Flush all caches" link and it appears in the code but does not actually appear on the administrative menu, what am I missing. I am logged in as user 1 when trying this.
Thanks
Comments
Comment #1
AdrianB commentedThere's a [somewhat hidden] menu on the far left of the Administration menu, under the icon. There you'll find it.
Comment #2
nevets commentedThanks, I had not moused over the icon.
Comment #3
truyenle commentedMy Case is that there is nothing when moused over the icon or even click on that? Any glues?
Truyenle
Comment #4
giorgio79 commented+1 The icon dropdown is missing for me as well
Comment #5
kopanda commentedsame story here. nothing shown when i mouseover the icon.
Comment #6
cbosco commentedHaving the same issue here too. On a MAMP install
I do get this error which is possibly related:
warning: Parameter 1 to admin_menu_admin_menu() expected to be a reference, value given in /Library/WebServer/Documents/drupal/includes/module.inc on line 483.
Comment #7
jim_at_miramontes commentedI'm getting this, too, with the same warning about admin_menu_admin_menu. This may be a PHP 5.2 / 5.3 problem -- I've seen this error crop up in some other modules, and it was due to a change in PHP as of v. 5.3. @cbosco, are you running PHP 5.2 or 5.3?
Comment #8
jim_at_miramontes commentedThere's a patch for admin_menu.inc...
http://drupal.org/node/615058
Worked for me, anyway...
Comment #9
jim_at_miramontes commentedOops... I changed the whole topic title, not just my comment. My bad.
Comment #10
sunDuplicate of #615058: Parameter 1 to admin_menu_admin_menu() expected to be a reference.
You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.