Bug #22684
closed"User Settings" doesn't have CSS style
0%
Description
Sorry if double posting, couldn't seem to find this issue.
Using revision 7641 (and before) the "User Settings" module is lacking of CSS due to wrong path for the compressor made CSS styles.
From
typo3/ext/setup/mod/index.php
the css is tried to be reached by the address
<link rel="stylesheet" type="text/css" href="../typo3temp/compressor/element_csh-3d889fbcb8e616b940bdf33f8e49fbe2.css.gzip" media="all" />
Solution:
-------------
There should be a <base.. > or the links should be generated with a absolute url?
(issue imported from #M14437)
Files
Updated by Chris topher over 14 years ago
I cannot reproduce this; for me the link to the CSS file is prepended correctly:
<link rel="stylesheet" type="text/css" href="../../../../typo3temp/compressor/merged-9b4d4b7c75a50b4dbd2f0fd9ef55ab67-5c7390d5e960611c81232fe1856c2328.css?1273927485" media="all" />
- Did you clear your cache?
- Does it work in the other modules?
Updated by Steffen Gebert over 14 years ago
Caused by extbase_kickstarter, already reported there:
http://forge.typo3.org/issues/show/7615