Sorry if this is a dupe. I could not find it anywhere.

On my Drupal 7 system when I activate the option for:

Cache menu in client-side browsers.

It causes 8-10 lines of garbage characters to appear at the bottom of the screen. It may be a combination of my cache system which includes Boost, APC, Filecache running through Authcache.

Turning the option off solves the problem so this isn't really a bug, but it sure will help someone else that may encounter this.

CommentFileSizeAuthor
#2 admin-menu1.PNG55.59 KBwanneng
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pillarsdotnet’s picture

I can confirm that I'm also seeing this with authcache and admin_menu.

wanneng’s picture

FileSize
55.59 KB

If enable module authcache and filecache, the "admin menu" looks like this at bottom. Not all page, but most pages.

dddbbb’s picture

Confirmed - I see this too with those modules enabled. I often find that the Admin Menu often fails to be rendered too.

This was a tough issue to search for, only knowing the symptoms and not the suspect modules at the time. Adding some keywords to help others:

nonsense, random, printed, page, output, rubbish, error, blank, missing

Not sure if that'll even work but it's worth a try :D

ressa’s picture

I got the garbage as well, after upgrading from Drupal 7.24 to 7.26. Disabling Cache menu in client-side browser at admin/config/administration/admin_menu fixed it.

tobiasb’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

I saw this also, then I looked into what happening here. My code was different from the current stable code. So I installed the hacked module and saw the includes/common.inc was buggy. Replaced, cleared the cache, tested it, works.

Perhaps I opened cached file from my IDE and saved it again. I dont know. ;-)

valve79@gmail.com’s picture

Problem was fixed by following comment by Ressa.
Thanks

themic8’s picture

Had the same issue: Problem was fixed by following comment by Ressa.
Thanks