Error 330 (net: err_content_decoding_failed): Unknown error.
Webpage 330 error solution | disable gzip error 330 (net: err_content_decoding_failed): Unknown error. Unsupported encoding is used for unknown compression formats
Solution
This usually occurs because gzip conflicts with a PHP file or a webpage. There are two solutions to this problem.
1. Modify conflicting pages
2. Disable Gzip
------------------------------------------------
Common Close Methods:
1. phpwind forum system:
/Data/bbscache/config. php: $ db_obstart = '1'; $ db_obstart = '0 ′;
Log on to the background of the forum, find the core settings of the Forum-core function settings, and disable the gzip function.
Background logon address: http: // your domain name/admin. php
2. discuz forum system:
Method 1: use ftp to access the Forum
Forumdata/Cache/cache_settings.php download to local,
Modify 'gzipcompress' => 1,
Change to 'gzipcompress' => 0,
Save the modification. Upload it back. Your forum will be accessible.
Log on to the background of the forum and find basic settings-server optimization. Disable the gzip function.
Background logon address: http: // your domain name/logging. php? Action = Login
Method 2:
Upload the program in the attachment to the root directory of your forum. Run.
Close gzip.rar
The page is blank after running, but Gzip is disabled. Open the home page.
Method 3:
Try to use tools to upgrade SQL:
Update 'cdb _ setting' set 'value' = '0' where convert ('variable' using utf8) = 'gzipcompress 'limit 1;
Tools tool download http://www.discuz.net/thread-761181-1-1.html
After the upgrade, clear the files under forumdata/cache and forumdata/templates, and then re-Access
3. supesite website system:
Log on to FTP, modify the config. cache. php file under the Data/system directory, find 'gzipcompress '=> 1, change to 'gzipcompress' => 0, and then go to the background to close it.
Supesite/X-space background address: http: // your domain name /? Action-Login
Clear local cookies
4. shopex MALL:
4.7.1 solution: Due to shopex design flaws, the settings cannot be modified separately. You need to download the index. php file modified to replace index. php under the root directory of your website and click here to download
4.7.2 solution: Find the mall_config.php file in the include directory of the root directory (this file will be available after installation is successful), in?> You can disable the system's gzip function define ('sys _ gzip ',
False );
Shopex mall background address: http: // your domain name/syssite/shopadmin/
5. sablog blog:
Log on to FTP and download the cache/cache_settings.php file'
=> '1', change it to 'gzipcompress '=> '0', and upload the file to overwrite it.
The sablog blog background address is: http: // your domain name /? Action-Login
6. Internet PHP Forum:
Log on to FTP, download global. php under the root directory of the forum, find the following content, if (! $ Zliboutputenable
And function_exists ('ob _ gzhandler') {$ db_obstart = 1; change to if
(! $ Zliboutputenable and function_exists ('ob _ gzhandler') {$ db_obstart = 0; then upload and overwrite.
7. ecshop:
Ecshop Management Center-store settings-Basic settings-enable gzip mode: Disable