Project

General

Profile

Actions

Bug #29832

closed

Bugfix #29695 breaks backend login

Added by Frederic Gaus over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2011-09-15
Due date:
% Done:

100%

Estimated time:
1.00 h
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #29695: t3lib_Compressor fails with external filesClosedXavier Perseguers2011-09-12

Actions
Actions #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I74c0ceee40e170b7cf2e7db91b1554d811a7c844 has been pushed to the review server.
It is available at http://review.typo3.org/4983

Actions #2

Updated by Chris topher over 12 years ago

  • Status changed from New to Under Review
Actions #3

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I74c0ceee40e170b7cf2e7db91b1554d811a7c844 has been pushed to the review server.
It is available at http://review.typo3.org/4983

Actions #4

Updated by Mr. Hudson over 12 years ago

Patch set 3 of change I74c0ceee40e170b7cf2e7db91b1554d811a7c844 has been pushed to the review server.
It is available at http://review.typo3.org/4983

Actions #5

Updated by Steffen Gebert over 12 years ago

To reproduce this, you have to delete the contents of typo3temp/compressor/ to force recreation of the (corrupt) JS files.

Actions #6

Updated by Frederic Gaus over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF