Results 1 to 5 of 5

Thread: Content Encoding Error (IndexU v2.3)

  1. #1
    Join Date
    Oct 2007
    Posts
    20

    Default Content Encoding Error (IndexU v2.3)

    When I open my website today I found the website shows an error as follow.

    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.

    Does anyone ever encounter similar problem? Any suggestions?
    MakassarNET Technologies - Web & Software Development
    MakassarHosting.NET - Affordable and Reliable Web Hosting Solutions
    Makassar Design - Graphic Design / Animation / Printing
    SitusMikro.com - Cheap Web Design
    Situs-Indonesia.com - Indonesian # 1 Web Directory
    IndoHostSearch.com - Indonesian Web Hosting Directory

  2. #2
    Join Date
    Feb 2008
    Posts
    87

    Default

    your ob_gzhandler is turned on, switch it off it will be fine

  3. #3
    Join Date
    Oct 2007
    Posts
    20

    Default

    Hi,

    I try to turn it off from php.ini file, but it doesnt help at all... Any other suggestions please?


    Regards,

    HH
    MakassarNET Technologies - Web & Software Development
    MakassarHosting.NET - Affordable and Reliable Web Hosting Solutions
    Makassar Design - Graphic Design / Animation / Printing
    SitusMikro.com - Cheap Web Design
    Situs-Indonesia.com - Indonesian # 1 Web Directory
    IndoHostSearch.com - Indonesian Web Hosting Directory

  4. #4
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    Usually it caused by double compression by indexu and webserver. You need to turn OFF indexu compression.

    If you use indexu5, edit application.php
    $enable_page_compression = 0;

    If you use indexu deluxe, open phpmyadmin and run this query

    UPDATE idx_setting SET setting_value = '0' WHERE setting_name =
    'enable_page_compression';

  5. #5
    Join Date
    Oct 2007
    Posts
    20

    Default

    Done that...

    And the following error shows when opening the website.

    Fatal error: Call to a member function RecordCount() on a non-object in /home/search/public_html/lib/db.class.php on line 328

    Any suggestions?
    MakassarNET Technologies - Web & Software Development
    MakassarHosting.NET - Affordable and Reliable Web Hosting Solutions
    Makassar Design - Graphic Design / Animation / Printing
    SitusMikro.com - Cheap Web Design
    Situs-Indonesia.com - Indonesian # 1 Web Directory
    IndoHostSearch.com - Indonesian Web Hosting Directory

Similar Threads

  1. Encoding iso-8859-1 to utf-8
    By rolf in forum INDEXU DELUXE v1.x
    Replies: 0
    Last Post: 09-17-2009, 04:03 AM
  2. IndexU and duplicate content?
    By cowardino in forum INDEXU DELUXE v1.x
    Replies: 4
    Last Post: 06-02-2009, 12:11 PM
  3. Encoding problem
    By cegerxwinn in forum v5.x
    Replies: 0
    Last Post: 09-09-2006, 11:23 AM
  4. google search encoding
    By MikeMc in forum v5.x
    Replies: 4
    Last Post: 05-21-2003, 05:44 PM
  5. custom_field encoding
    By edexly25 in forum v5.x
    Replies: 4
    Last Post: 04-08-2002, 01:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •