[TYPO3-dev] Automatic clear cache doesn't work with Typo3 6.2

Helmut Hummel helmut.hummel at typo3.org
Sat Jun 7 11:39:29 CEST 2014


Hi!

On 06.06.14 08:36, Florian Rival wrote:

> It was an error in the PageTSConfig of the home page where I had some TS
> like this :
>
> allowedClasses (external-link, external-link-new-window)
>
> The right syntax is like this :
>
> allowedClasses (
>       external-link, external-link-new-window
> )

(

)

is the syntax for *multi* line values.
If your value is only one line, just use "="

allowedClasses = external-link, external-link-new-window

> I could have seen this error because it's logged with this function :
>
> $GLOBALS['TT']->setTSlogMessage($err, $num);
>
> But I don't know how an where I can see this type of log, if you have
> some information.

You see such messages in the (frontend) admin panel (if enabled).

Kind regards,
Helmut

-- 
Helmut Hummel
Release Manager TYPO3 6.0
TYPO3 Core Developer, TYPO3 Security Team Member

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



More information about the TYPO3-dev mailing list