错误330(net :: ERR_CONTENT_DECODING_FAILED): [英] Error 330 (net::ERR_CONTENT_DECODING_FAILED):

查看:275
本文介绍了错误330(net :: ERR_CONTENT_DECODING_FAILED):的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近,我们迁移到了新服务器. 2天后,我遇到了以下问题

Recently we migrated to a new server. After 2 days, I got the following issues

1)我们在会话表上发生了崩溃,我们可以通过对其进行修复来轻松修复

1) We had a crash on a session table, which we easily fixed by reparing it

2)我们将OpenX作为广告服务器运行,它也崩溃了,但是没有证据表明error.log 它可以让您登录,但是在查找dashboard.php时,我们得到了:

2) We run OpenX as our adserver, and it also crashed, but there is no evidence in error.log It let's you login, but at the moment of looking to dashboard.php, we get the:

Error 330 (net::ERR_CONTENT_DECODING_FAILED): (Google Chrome)

您试图查看的页面无法显示,因为它使用了无效或不受支持的压缩形式. (Firefox)

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

OpenX在PHP上使用以下服务:

OpenX uses the following services on PHP:

OpenX要求: http://www.openx.com/docs/2.8/adminguide/System%20requirements

OpenX requires: http://www.openx.com/docs/2.8/adminguide/System%20requirements

OpenX使用默认的PHP设置.但是,服务器管理员有时会更改这些设置.在安装OpenX之前,请检查以下设置是否正确:

OpenX uses the default PHP settings. However, server administrators sometimes change these settings. Before you install OpenX check that the following settings are correct:

magic_quotes_runtime必须关闭 safe_mode必须关闭 如果要通过命令行运行维护,必须打开register_argc_argv 需要打开file_uploads以允许HTTP文件上传 OpenX需要以下PHP扩展:

magic_quotes_runtime must be off safe_mode must be off register_argc_argv must be on if you want to run maintenance via command line file_uploads need to be turned on to allow HTTP file uploads OpenX requires the following PHP extensions:

mysql扩展名或pgsql.不支持mysqli扩展名. ZLib扩展名,用于转换Flash MX生成的压缩Flash文件中的链接. FTP扩展名.如果不存在,OpenX将尝试对其进行仿真,这可能是一个不太稳定的解决方案.

Either the mysql extension, or the pgsql. The mysqli extension is not supported. The ZLib extension, to convert links inside compressed Flash files generated by Flash MX. The FTP extension. If this is not present OpenX will try to simulate it, which can be a less stable solution.

GD扩展名,用于在主页上生成图形.如果未启用扩展名,则将无法在主页上查看图形或统计信息. 必须使用openssl扩展名或启用SSL的curl扩展名才能登录到主页.如果未启用SSL,您将在首页上收到一条错误消息,但对操作没有影响.

The GD extension, to generate graphs on the Home page. If the extension is not enabled you will not be able to view graphs or statistics on your Home page. Either the openssl extension or an SSL-enabled curl extension are required in order to logon to the Home page. If SSL is not enabled you will receive an error message in the Home page, but there is no impact on operations.

任何可能的原因或如何收集更多信息的线索将不胜感激. 谢谢

Any clue on possible reasons or on how to gather more information will be much appreciated. Thanks

推荐答案

当HTTP请求的标头声称内容是gzip编码的,但不是,则发生这种情况. 关闭gzip编码设置或确保内容实际上已经编码.

It happens when your HTTP request's headers claim that the content is gzip encoded, but it isn't. Turn off gzip encoding setting or make sure the content is in fact encoded.

这篇关于错误330(net :: ERR_CONTENT_DECODING_FAILED):的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆