[TYPO3-english] Help needed with error 'syntax error, unexpected '<' in [...]typo3conf/temp_CACHED_[...]_ext_tables.php'

Björn Pedersen pedersen at frm2.tum.de
Thu Jul 14 17:40:36 CEST 2011


Am 14.07.2011 16:49, schrieb astera:
> Hello everyone,
> 
> Line 3501 of temp_CACHED_psb89d_ext_tables.php reads as follows:
> <snip>
> 3493 ###########################
> 3494 ## EXTENSION: cssfilelink
> 3495 ## FILE:
> /webs/website/typo3/typo3conf/ext/cssfilelink/ext_tables.php
> 3496 ###########################
> 3497
> 3498 $_EXTKEY = 'cssfilelink';
> 3499 $_EXTCONF = $TYPO3_CONF_VARS['EXT']['extConf'][$_EXTKEY];
> 3500
> 3501 <?
> 3502 t3lib_extMgm::addStaticFile($_EXTKEY,'static/','CSS-Filelink');
> 3503
> </snip>

The problem is the cssfileink  extension. Make shure, the ext_tables.php
has correct opening and closing full tags.
 (<?php, not just <? )

Or switch to one of the maintained extensions for filelink css-styling
(e.g. css_filelink)

Björn



More information about the TYPO3-english mailing list