donglv9813 2014-01-28 16:14
浏览 363
已采纳

Typo3 GZIP PHP错误[关闭]

since two days I got some strange characters like that

��]mS����%��Z鞆fL�G��vEw�֪��[[��>Q���7��nds��U����ٖ���a�����;\X�A��c5���Ҕ.�s��.��S��nհ��E�i�z�y�4|��Ŋ'��P%2�Y���.�/��]��d�J*�&�mb���Y:5�{�]������7�Ie�Ƙ��@�0��]z��BdU�6#��e%�7��_��2��k5k���i��ݨ��N��͕z�� ����XFG�t��2���pN I�_ Qi�b��i�Q�����.]�|g�*K3o�4�S@�c�)yx-������p�T�pV1ge:C�c�1��tjvc1�3����� �]�լ{�HW�=t߁a��R�fe�sE�c����LgaHlө����eh���V۷��j���V�;Ė��E�HkQ�ų��vN���p//�7x�z�˗Uv�W5�;�ȒN�lz��r����D�(?��v���=��Ų�������`Lm;nրn�T��q�$M�S�=eF$��>�y���������lN�BNn(D���

on my frontend. Typo3 error logs shows this error every time I reload the page. Can´t google up anything regarding this error

Core: Error handler (BE): PHP Warning: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/www/web400/html/typo3/typo3/init.php line 457

It´s on a shared hosting account. I got no access to apache.

Does anybody know how to fix that?

  • 写回答

1条回答 默认 最新

  • du22399 2014-01-28 16:26
    关注

    Typo3 provides GZIP Compression. This needs to be configurated for the specific Page you are using. If it worked before, maybe they changed (restricted) some settings.

    However GZIP Compression is not required for TYPO3. You can reduce the Compression Level of the Website in /typo3conf/LocalConfiguration.php or typo3conf/localconf.php (depends on typo3 version). Sometimes its also defined in a File AdditionalConfiguration.php. You have to check these for the Compression Levels. There is one for the Backend (BE) and Frontend (FE).

    If your Install tool works (www.yourdomain.com/typo3/install) you can also find this Setting there.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效