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

AdrianB’s picture

There's a [somewhat hidden] menu on the far left of the Administration menu, under the icon. There you'll find it.

nevets’s picture

Status: Active » Closed (fixed)

Thanks, I had not moused over the icon.

truyenle’s picture

My Case is that there is nothing when moused over the icon or even click on that? Any glues?

Truyenle

giorgio79’s picture

Version: 6.x-1.3 » 6.x-1.5
Status: Closed (fixed) » Active

+1 The icon dropdown is missing for me as well

kopanda’s picture

same story here. nothing shown when i mouseover the icon.

cbosco’s picture

Having 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.

jim_at_miramontes’s picture

I'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?

jim_at_miramontes’s picture

Title: "Flush all caches" missing » SOLVED

There's a patch for admin_menu.inc...

http://drupal.org/node/615058

Worked for me, anyway...

jim_at_miramontes’s picture

Title: SOLVED » Flush all caches" link missing: SOLVED

Oops... I changed the whole topic title, not just my comment. My bad.

sun’s picture

Status: Active » Closed (duplicate)

Duplicate 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.