Hi,
I thought at first this issue was due to upgrade to Drupal 7.25 (something changed in the cache for anonymous). But reverting to 7.24 did not resolve my problem: logged-in users get garbage when re-visiting a page. First the STR:
- Log in as UserA
- Browse to /content/youth
- Browse back to front page
- Browse to /content/youth
-then the user just gets a lot of garbage. Clicking "back" to go back to front also just produces garbage. Adding "?blahblah" after the url clears the cache for the user, and restores the correct html.
Seems to be some http request issue, does it not?
Only turning off AuthCache resolves this issue, it seems, and that is not good for permormance... Do you have any tips for me? This used to work fine, you know... Perhaps upgrading to 7.25 really did break something?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2172421-make-authcache-1-compatible-with-drupal-725.patch | 1.3 KB | znerol |
Comments
Comment #1
znerol commentedOk, I can reproduce the issue with 7.25. Attached is a patch which restores compatibility with the latest Drupal release. If you do not want to patch your authcache, you also may just disable page compression in Administration » Configuration » Development » Performance. Remember to flush caches afterwards.
Comment #2
jwa commentedI have also recently upgraded to 7.25 and had the same issue of garbled text on all cached pages. This patch seems to have fixed the problem though. Many Thanks!
Comment #3
znerol commentedThanks for the report and the feedback. Committed and pushed: 4e3b61b. 7.x-1.7 will follow soon.
Comment #4
DeNelo commentedGreat, this works for me too.
Thanks a lot for fast turnaround!
Comment #5
jwa commentedAppears to be working with 7.26 as well. Thanks for pushing that out so fast
Comment #6
David_Rothstein commentedI added this to the "known issues" section of the Drupal 7.25 release notes:
https://drupal.org/drupal-7.25
https://drupal.org/drupal-7.25-release-notes