Download & Extend

"error 330" () on loading every cached pages

Project:Authenticated User Page Caching (Authcache)
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

When loading any cached page for first time (200 server answer)- result is "ERROR 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error."
Then... perss F5 and everything is ok (with 304 server answer)
Both for registered and unregistered users
Example: http://www.legrand1.ru/catalog/ustanovochnoe-elektrooborudovanie/valena?...
____
rc2 works the same manner, but... about two times faster...

Comments

#1

Just to add to this:

I think the page compress is broke with this module.

If you turn it off all is well, also if you comment out lines 268-269 in authcache.helpers.inc it also works.

#2

I'm not using Authenticated User Page Caching (Authcache) and having the same issue.

Edit: apparently this is a gzip compression issue on the server, nothing to do with Drupal.

#3

yes, it works without compression.

#4

It turned out that the site had been hacked and an iframe was inserted at the top of the index.php file. The attacker probably gained access to the FTP password that was stored in FileZilla on the site owner's Windows machine. Check your index.php and look for suspicios code.

#5

1) there is not ftp access to this server
2) all drupal core files are exactly the same that in distribution package

#6

Same, it worked when I uploaded my database without compression.