The error "ContentEncodingError" is reported when the wordpress plug-in is installed?

Source: Internet
Author: User
Tags unsupported
I installed a plug-in htmlincategoresandpages In the wordpress background, and the following error occurs when the page is opened: ContentEncodingErrorThepageyouaretryingtoviewcannotbeshownbecauseitusesaninvalidorun... I installed the html in categores and pages plug-in the wordpress background, and the following error occurs when the page is opened:

Content Encoding Error

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

Please contact the website owners to inform them of this problem.

The PHP version is 5.24. This method is the same for searching on the Internet:

2. PHP code ob_start ('ob _ gzhandler') causes two reasons:

A. the server does not support this compression format. You can use function_exists ('ob _ gzhandler') to determine the solution.
Change ob_start ('ob _ gzhandler') to ob_start ();

B. When ob_start ('ob _ gzhandler') is used, the preceding content is output, and the preceding content and require are checked.
Include the content of the call file. If it cannot be found, you can use ob_start () before calling other files, and use ob_end_clean () after calling ()
To clear the output content;

3. set_magic_quotes_runtime () function:

But I don't know where to change it. My PHP version is 5.24. .

Reply content:

I installed the html in categores and pages plug-in the wordpress background, and the following error occurs when the page is opened:

Content Encoding Error

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

Please contact the website owners to inform them of this problem.

The PHP version is 5.24. This method is the same for searching on the Internet:

2. PHP code ob_start ('ob _ gzhandler') causes two reasons:

A. the server does not support this compression format. You can use function_exists ('ob _ gzhandler') to determine the solution.
Change ob_start ('ob _ gzhandler') to ob_start ();

B. When ob_start ('ob _ gzhandler') is used, the preceding content is output, and the preceding content and require are checked.
Include the content of the call file. If it cannot be found, you can use ob_start () before calling other files, and use ob_end_clean () after calling ()
To clear the output content;

3. set_magic_quotes_runtime () function:

But I don't know where to change it. My PHP version is 5.24. .

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.