Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2010 at 14:39 UTC
Updated:
17 Sep 2016 at 10:28 UTC
Jump to comment: Most recent
Comments
Comment #1
Jonah Ellison commentedIt looks like private file transfers is messing with Authcache. I'll add a check to prevent this in the next release. In the meantime, you can open authcache.helpers.inc and add
if (headers_sent()) return;to the top of_authcache_shutdown_save_page().Comment #2
simg commentedComment #3
Elhadjidiouf commented