Bug #29832
closedBugfix #29695 breaks backend login
100%
Description
Because of a php bug in very popular php versions (e.g. 5.3.2 and 5.3.3) used in very popular linux distributions (Ubuntu, Debian Squeeze) patch #29695 breaks the backend login.
The problem only occures when typo3temp/compressor/ is empty and t3lib_compressor tries to create the files.
The bug of php is described here very nicely:
http://www.php.net/manual/de/control-structures.foreach.php#101425
Avoiding the use of $filename as reference in line 289 fixes this problem.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I74c0ceee40e170b7cf2e7db91b1554d811a7c844 has been pushed to the review server.
It is available at http://review.typo3.org/4983
Updated by Chris topher over 13 years ago
- Status changed from New to Under Review
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I74c0ceee40e170b7cf2e7db91b1554d811a7c844 has been pushed to the review server.
It is available at http://review.typo3.org/4983
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I74c0ceee40e170b7cf2e7db91b1554d811a7c844 has been pushed to the review server.
It is available at http://review.typo3.org/4983
Updated by Steffen Gebert over 13 years ago
To reproduce this, you have to delete the contents of typo3temp/compressor/
to force recreation of the (corrupt) JS files.
Updated by Frederic Gaus over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e420c1431b55fccf2da5e583bebd84322ad13263.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed