Page 1 of 1

[Solved] Printing Module ERR_CONTENT_DECODING_FAILED with pretty URLS

Posted: Wed Aug 04, 2010 5:18 pm
by pgwalsh
I never used the printing module until recently. I had a customer who had printed the pages and had him on his desk, so I figure that it is time to use it.

On my testing server it works fine, but I'm not using pretty url's. On my live site I get the following error, which I'm guessing is a configuration error, but only seems to occur with pretty urls.

Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error

My server is in the US and I have left the decoding to default in the config file.

CMS Version: 1.8.1
Printing: 1.1.0
Mysql: utf8_unincode_ci

Any guidance is appreciated. I would like people to be able to print the content.

Re: Printing Module ERR_CONTENT_DECODING_FAILED with pretty URLS

Posted: Thu Aug 05, 2010 1:17 am
by pgwalsh
I figured out my issue.

Having output_compression set to true in the configuration file causes the error. However, I haven't had this issue with any other modules or pages. I suppose I don't need this compression with Apache?

Answer: $config['output_compression'] = false;