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

jpd4classiek’s picture

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.

Anonymous’s picture

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.

com_net’s picture

yes, it works without compression.

Anonymous’s picture

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.

com_net’s picture

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

Tabestan’s picture

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

simg’s picture

Status: Active » Closed (fixed)