Content encoding error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • John Diver
    Senior Member
    • May 2003
    • 752

    Content encoding error

    Hey,

    I thought I posted this but I don't see the thread..

    I'm working on a site and this error just happened all of a sudden, I didn't change anything on the server / site unless the host did.

    I searched a few times and seen others having the problem related to gzip but the code didnt work for me and going through phpmyadmin and changing the values also didnt make any difference, I
    Content Encoding Error

    The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    Please contact the website owners to inform them of this problem.
    Hope someone can help please

    Thanks
    John Diver
  • John Diver
    Senior Member
    • May 2003
    • 752

    #2
    Forgot to add, I got it working to load the admincp login page but it doesnt login, same problem
    John Diver

    Comment

    • John Diver
      Senior Member
      • May 2003
      • 752

      #3
      Fixed.

      For anyone else:


      Sql query via phpmyadmin:

      UPDATE setting SET value = '0' WHERE varname = 'gzipoutput';

      UPDATE datastore SET data=REPLACE(data,'s:10:"gzipoutput";i:1;','s:10:"gzipoutput";i:0;') WHERE title='options';

      Truncate statement wasnt working for some reason but the third step was just going to phpmyadmin and going directly to the session table and it gives the option to truncate..

      Site back up
      John Diver

      Comment

      Related Topics

      Collapse

      Working...