[TYPO3-english] Typo3 7.2 CSS not generated

jmomg kurva jana.mathauserova at ubk.cz
Mon Jun 8 10:35:33 CEST 2015


Why can this be? I came to my shared local installation  after 3 days and suddenly my typo3 website won't generate css. There is a gap like:


<meta name="generator" content="TYPO3 CMS 7.2">










</head>


Where all the css files should be. Last time I checked all worked fine and I clear my cache about each 20 minutes but other people had access to the installation as well.

I have a root template with constants:

config.baseURL = jhweiikeurnvik/bs/

page.logo.file = fileadmin/introduction/images/AGP_logo.png
page.theme.copyright.text = KONTAKT   STELLENANGEBOTE   PARTNER   AGB   SITEMAP   IMPRESSUM
page.theme.nachoben.text = <span class="glyphicon glyphicon-chevron-up"></span> NACH OBEN
design = fileadmin/templates/CustomColumns4.html

plugin.bootstrap_package.settings.less.brand-danger = #ef7c00
styles.content.imgtext.maxWInText = 0
styles.content.imgtext.layoutKey = default
styles.content.imgtext.linkWrap.width = 800
styles.content.table.backgroundColor.2 = #CCC
styles.content.loginform.pid = 0
page.theme.news.list.maxWInText = 0

and setup:

page = PAGE
page.typeNum = 0

page = PAGE

# GLOBAL SETTINGS only

config.noPageTitle = 1
page {
  headerData{
    10 = TEXT
    10.value = <link rel="icon" type="image/png" href="fileadmin/ico/favicon.png" /> 
  
    11 = TEXT
    11{
      field = subtitle // title
      noTrimWrap = |<title>| AGP Bauzentrum</title>|
    }
  }
}
page.includeCSS {
 file1 = fileadmin/templates/basic.css
}


More information about the TYPO3-english mailing list