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.
[Solved] Printing Module ERR_CONTENT_DECODING_FAILED with pretty URLS
[Solved] Printing Module ERR_CONTENT_DECODING_FAILED with pretty URLS
Last edited by pgwalsh on Thu Aug 05, 2010 1:18 am, edited 1 time in total.
Re: Printing Module ERR_CONTENT_DECODING_FAILED with pretty URLS
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;
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;

