[TYPO3-dev] problem with compresed CSS

bernd wilke t3ng at pi-phi.tk
Tue May 4 01:29:23 CEST 2010


and another one.

installing v4.4.0beta2 was ok, BE was working
I tried compressionlevel =5 and the whole BE crashed.

the whole installation takes place in a subdir (/var/www/v4.4b2/) from 
webroot (/var/www/)


I don't know who is the murderer.

the problem occurs for the login-screen.

/var/www/v4.4b2/.htaccess

includes:

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


browser:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 
Ubuntu/9.10 (karmic) Firefox/3.5.9

firebug reports on network-tab:
Date	Mon, 03 May 2010 23:17:11 GMT
Server	Apache/2.2.12 (Ubuntu)
Connection	Keep-Alive
Keep-Alive	timeout=15, max=99
Etag	"3cab6-39d4-485b890f080c0"
Vary	Accept-Encoding
Anfrage-HeaderQuelltext anzeigen
Host	localhost
User-Agent	Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) 
Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9
Accept	text/css,*/*;q=0.1
Accept-Language	de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding	gzip,deflate
Accept-Charset	ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive	300
Connection	keep-alive
Referer	http://localhost/v4.4b2/typo3/index.php
Cookie	be_typo_user=6bd37f86754122015996a5d9d7f9daba; 
PHPSESSID=7dc29368672507ea91511c92b47c91e9
If-Modified-Since	Mon, 03 May 2010 23:00:59 GMT
If-None-Match	"3cab6-39d4-485b890f080c0"
Cache-Control	max-age=0


<link rel="stylesheet" type="text/css" href="../typo3temp/compressor/
merged-
beb93ddc36a5a327a06ba99fa0b06f84-5bf8be775ad0158e311f97664cbe1711.css.gzip?
1272927659" media="all" />

but that file does not get uncompressed. just the compressed content and 
no CSS rules at all. 
(also no lgin possible as the JS-file has the same problem)

after starting install-tool and resetting compression-level all works 
well. 


bernd
-- 
http://www.pi-phi.de/cheatsheet.html




More information about the TYPO3-dev mailing list