Symfony2 SonataAdminBundle Google Chrome ERR_RESPONSE_HEADERS_TOO_BIG

时间:2013-03-23 23:02:51

标签: php google-chrome sonata-admin symfony-2.2

在开发环境中使用Syfony 2.2,尝试显示SonataAdminBundle的列表视图。 我在Google Chrome中收到错误325 / ERR_RESPONSE_HEADERS_TOO_BIG 。 Safari和Firefox没有问题。这只发生在开发环境和每个列表视图中,编辑视图都可以。

通过curl检查标题,似乎很好:

curl -I http://project.local/app_dev.php/admin/project/site/user/list

HTTP/1.1 200 OK
Date: Sat, 23 Mar 2013 22:47:37 GMT
Server: Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.1e DAV/2 PHP/5.3.22
X-Powered-By: PHP/5.3.22
Set-Cookie: PHPSESSID=hgfp4kdmjtl9neodli2d83e1i0; path=/
Cache-Control: no-cache
X-Debug-Token: 514e3109e09ae
Content-Type: text/html; charset=UTF-8

禁用XDebug和APC,但没有变化。 非常感谢任何指针。

1 个答案:

答案 0 :(得分:4)

在config_dev.yml中检查以下行并对其进行评论。

#chrome:
 #type:  chromephp
 #level: info

为什么会出现此错误? 它支持在firefox中支持某些类似于firephp的chrome调试器... http://www.chromephp.com/

问题是由于服务器上的配置设置,响应标头太大而无法打印出信息。如果在服务器配置中增加允许的大小,问题也将消失。