Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 09:31 UTC
Updated:
29 Aug 2012 at 18:25 UTC
Comments
Comment #1
dob_ commentedThe problem is caused by pressflow.
Add this to your javascript:
// 'js enabled' cookie
document.cookie = 'has_js=1; path=/';
Comment #2
eidolon nightWhere should this be added?
Comment #3
yllus commentedI 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.
Comment #4
simg commented