please review this error

Discussion in 'Joomla' started by mf_88, Mar 13, 2010.

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

    this is error i'm getting. I can't view the admin panel. if the solution is by gZip than how can i disable or enable gzip from code????????
     
    mf_88, Mar 13, 2010 IP
  2. Product Developer

    Product Developer Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi

    You can try changing the gzip value to 0 in configuration.php file. Find ($gzip = '1';) change the 1 to 0.

    (it should be around line 15 in the configuration.php file)

    Note; you may need to set "write" permissions before changing the code. To do this left click on the configuration.php file and select "change permissions"

    Tick the box that allows the "user to write" and then edit the code - BE SURE to change the permissions back to (444 or whatever) after changing the code.

    Hope this helps

    Alex
     
    Product Developer, Mar 28, 2010 IP