I am having no luck getting this mod to work.
After a long pageload I get the following error.
Code:
Content Encoding Error (content_encoding_error)
Server response could not be decoded using encoding type returned by server.
This is typically caused by a Web Site presenting a content encoding header of one type, and then encoding the data differently.
For assistance, contact your network support team.
This lines up with a MySQL error that I get
Code:
Invalid SQL:
UPDATE vb_session
SET lastactivity = 1245251364, location = '/vb/index.php?hl=ar', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'bacffa01e4fe73a708c9d524862b0472';
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Wednesday, June 17th 2009 @ 10:09:24 AM
Error Date : Wednesday, June 17th 2009 @ 10:10:48 AM
The documentation says is likely the server timing out. I am going to check with my host and see if that can be increased.