Project

General

Profile

Actions

Bug #22967

closed

Backend not properly formatted when compressionLevel has been set

Added by Mark Kuiphuis almost 14 years ago. Updated over 5 years ago.

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

0%

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

Description

Not sure if it occurs in the RC1 candidate (wasn't able to select final release from dropdown box)

With $TYPO3_CONF_VARS['BE']['compressionLevel'] = '5';
in the Install Tool and having added the lines (according to the Install Tool):

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

to the .htaccess file, the backend looks weird (see screenshot). Even after deleting the temp_CACHED_* files in typo3conf. Tested with Safari 5 and Firefox 3.6.3 on MacOSX.

(issue imported from #M14828)


Files

TYPO3-440-with-compressionLevel.png (124 KB) TYPO3-440-with-compressionLevel.png Administrator Admin, 2010-06-23 02:59
Actions

Also available in: Atom PDF