Project

General

Profile

Actions

Bug #22917

closed

gzipped files cannot be loaded in the backend

Added by Oliver Hader almost 14 years ago. Updated about 13 years ago.

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

0%

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

Description

The gzipped files (e.g. typo3temp/compressor/prototype-8ff2741473d3c6dbbb32dd5f7e6b6324.js.gzip) cannot be loaded in the backend due to the gzip file extension. This problem occurs is there's no Apache handler defined for gzipped files.

I think it is useful to have an additional flag in the install tool e.g. "useCompressedFiles" that is disabled per default. Then t3lib_compressor only writes gzipped files if this flag is set to true.

This only happens if compressionLevel is set and the webserver is not able to handle files with the extension ".gzip".
(issue imported from #M14767)


Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #22565: Improve t3lib_compressorClosedSteffen Kamper2010-05-02

Actions
Related to TYPO3 Core - Bug #17806: After #22546 setting [BE][CompressionLevel] crashes Backend DesignClosedChris topher2010-06-01

Actions
Related to TYPO3 Core - Bug #22904: Add Update Wizards for Skinning ChangesClosedSteffen Ritter2010-06-16

Actions
Related to TYPO3 Core - Bug #20434: Improve advanced_htaccess and make it more compatibleClosedErnesto Baschny2009-05-16

Actions
Actions #1

Updated by Thomas Hempel almost 14 years ago

This problem can be avoided by applying some changes to the .htaccess file but that is a rather bad solution in my eyes. It's okay for new installations but not for existing ones that get updated.

I like the idea of an additional switch. We just don't have enough of them in the core anyway. :-)

Actions #2

Updated by Chris topher almost 14 years ago

I doubt that an additional switch would be enough... There are already hundred(?) options in the Install Tool. Noone will notice that there now is one more and that THIS is the one to change.

Instead make it more obvious: An additional Update Wizard would be great.

Without that I fear there will be many users asking in forums/newsgroups, why there are no styles in the BE.

Actions #3

Updated by Steffen Gebert almost 14 years ago

#22904 adds an Update Wizard

Actions #4

Updated by Chris topher almost 14 years ago

Fixed with #22904, which was committed in revision 7975.

Actions #5

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF