Debugging output is only working for anonymous user on pressflow 6.22

Comments

dob_’s picture

The problem is caused by pressflow.

Add this to your javascript:

// 'js enabled' cookie
document.cookie = 'has_js=1; path=/';

eidolon night’s picture

Where should this be added?

yllus’s picture

I added the following lines to the very bottom of /misc/drupal.js and I was then able to view the Authcache Debug overlay while logged in.

// 'js enabled' cookie
document.cookie = 'has_js=1; path=/';
simg’s picture

Status: Active » Closed (fixed)