Project

General

Profile

Actions

Bug #17806

closed

After #22546 setting [BE][CompressionLevel] crashes Backend Design

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

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

0%

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

Description

The Backenddesign is crashed as you can see on http://typo.pfadfinder-weeg.de/typo3/ also after the login the design does not work. It is not possible to change anything.

(issue imported from #M14582)


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #22546: Add a compressor/concatenator for CSS and JS to TYPO3ClosedSusanne Moog2010-04-29

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

Actions
Related to TYPO3 Core - Bug #22917: gzipped files cannot be loaded in the backendClosedChris topher2010-06-17

Actions
Actions #1

Updated by Chris topher almost 14 years ago

Having a look at your source, you have [BE][CompressionLevel] set:
../typo3temp/compressor/ext-all-notheme-ce48a38ef3fa7a8a196ad140c5ee728d.css.gzip?1275419916

Setting it to 0 will avoid the error (which is no solution, but just a workaround).

Actions #2

Updated by Christian Leicht almost 14 years ago

Have you setup the mod_rewrite rules in .htaccess
(read typo3_src/NEWS.txt)

Actions #3

Updated by Chris topher almost 14 years ago

Resolved, no change required:

To solve the problem add the following to your .htaccess file as described in misc/advanced.htaccess:

<FilesMatch "\.js\.gzip$">
AddType "text/javascript" .gzip
</FilesMatch>
<FilesMatch "\.css\.gzip$">
AddType "text/css" .gzip
</FilesMatch>
AddEncoding gzip .gzip

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF