[TYPO3-english] Backend has no css style, page is messed up

Steffen Gebert steffen.gebert at typo3.org
Sat Jun 25 12:12:27 CEST 2011


Hi,

> I just upgraded my typo3 install to 4.4.8
 From 4.3.x?

> and now the backend has no css
> style anymore and the backend pages are a big mess. F.i. the background of
> the login page is white instead of grey. It looks like all or most css files
> from sysext/t3skin/stylesheets/visual are not included by the compressor
> (and also not includedwhen I disable the compressor).
Are the files referenced as .css.gz?

If yes, then re-read the Release Notes of 4.4

> 	* All CSS and JS files in the TYPO3 Backend are compressed now. This
> 	  means that they are added up to a single file without unnecessary
> 	  whitespace. This will reduce the count of requests drastically, which
> 	  eventually leads to faster loading and better performance.
> 	  CAUTION: If compressionLevel is configured
> 	  ($TYPO3_CONF_VARS[TYPO3_MODE]['compressionLevel'] = 1 [1-9 for compression
> 	  level or TRUE for "enabled"]) the files will be served with gzip compression.
> 	  Be sure to enable / uncomment the needed configuration in your .htaccess file,
> 	  also found in misc/advanced.htaccess.
>
> 		<FilesMatch "\.js\.gzip$">
> 		  AddType "text/javascript" .gzip
> 		</FilesMatch>
> 		<FilesMatch "\.css\.gzip$">
> 		  AddType "text/css" .gzip
> 		</FilesMatch>
> 		AddEncoding gzip .gzip




Kind regards
Steffen

-- 
Steffen Gebert
TYPO3 v4 Core Team Member

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org


More information about the TYPO3-english mailing list