Project

General

Profile

Actions

Bug #23122

closed

Some links in typo3 backend is not responding with zlib.output_compression = On in php.ini

Added by Martin almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-07-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

if it's in php.ini zlib.output_compression = On, some links in typo3 backend are not working at all without any error (or php timeout), for example: ext manager (after selecting Translation Settings), db check > total page tree / full search

i tested it on nginx AND lighttpd, on both the same problem. if i change zlib.output_compression to Off in php.ini, everything starts to work immediately

if think, it's the same error as ticket #0013061
ps: in logs are no errors at all...

PHP 5.2.13-pl0-gentoo with Suhosin-Patch 0.9.7
nginx version: nginx/0.7.65 (with php-fpm)
lighttpd/1.4.26 (ssl) - a light and fast webserver
typo3 4.4.0

'./configure' '--prefix=/usr/lib64/php5' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/lib64/php5/man' '--infodir=/usr/lib64/php5/info' '--sysconfdir=/etc' '--cache-file=./config.cache' '--with-libdir=lib64' '--with-pcre-regex=/usr' '--with-fpm' '--with-libevent=shared,/usr/lib' '--with-fpm-conf=/etc/php/fpm-php5/php-fpm.conf' '--with-fpm-user=php-fpm' '--with-fpm-group=php-fpm' '--with-fpm-log=/var/log/php-fpm.log' '--with-fpm-pid=/var/run/php-fpm.pid' '--disable-discard-path' '--disable-force-cgi-redirect' '--with-config-file-path=/etc/php/fpm-php5' '--with-config-file-scan-dir=/etc/php/fpm-php5/ext-active' '--without-pear' '--enable-bcmath' '--with-bz2' '--disable-calendar' '--with-curl' '--with-curlwrappers' '--disable-dbase' '--enable-exif' '--without-fbsql' '--without-fdftk' '--enable-ftp' '--with-gettext' '--with-gmp' '--disable-ipv6' '--without-kerberos' '--enable-mbstring' '--with-mcrypt' '--without-mhash' '--without-msql' '--without-mssql' '--without-ncurses' '--with-openssl' '--with-openssl-dir=/usr' '--disable-pcntl' '--disable-pdo' '--without-pgsql' '--disable-posix' '--without-pspell' '--without-recode' '--disable-shmop' '--without-snmp' '--disable-soap' '--enable-sockets' '--without-sybase' '--without-sybase-ct' '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' '--without-tidy' '--disable-tokenizer' '--enable-wddx' '--disable-xmlreader' '--disable-xmlwriter' '--with-xmlrpc' '--with-xsl' '--disable-zip' '--with-zlib' '--disable-debug' '--enable-dba' '--without-cdb' '--without-db4' '--disable-flatfile' '--with-gdbm' '--without-qdbm' '--with-freetype-dir=/usr' '--with-t1lib=/usr' '--disable-gd-jis-conv' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--without-xpm-dir' '--with-gd' '--with-imap' '--with-imap-ssl' '--with-ldap' '--with-ldap-sasl' '--with-mysql=/usr' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-mysqli=/usr/bin/mysql_config' '--with-readline' '--without-libedit' '--without-mm' '--with-sqlite=/usr' '--enable-sqlite-utf8' 
(issue imported from #M15035)

Files

php.ini (45.7 KB) php.ini Administrator Admin, 2010-07-07 20:15

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22059: t3lib_div::cleanOutputBuffers() might loop foreverClosedDmitry Dulepov2010-02-04

Actions
Actions #1

Updated by Nikolas Hagelstein almost 14 years ago

What error do you get?

Actions #2

Updated by Martin almost 14 years ago

There is no error at all, just page reach timeout. I set timeout to 1500secs, but it didn't help. If is zlib compression turned off pages are loaded in few seconds.

Actions #3

Updated by Steffen Gebert almost 14 years ago

I had an issue with the Translations section in EM once, when compressionLevel was enabled. I think this bug has a similar reason:
To animate the green bar, output compression is aborted by calling t3lib_div::flushOutputBuffers().

Could you have a look there?

I think usually you don't need zlib.output_compression with TYPO3, as $TYPO3_CONF_VARS[TYPO3_MODE]['compressionLevel'] also adds compression to FE/BE pages.

But I admit that TYPO3 shouldn't fail with this setting, of course.

Actions #4

Updated by Christian Kuhn about 11 years ago

  • Status changed from New to Resolved
  • Target version deleted (0)

This was probably solved with #22059

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF