Robert Lemke schrieb:
> And what about this?
>
> define('PATH_tslib', t3lib_extMgm::extPath('cms').'tslib/');
>
Is this a BE class?
In a FE class you shouldn't define constantes without extension prefix
at all to prevent conflicts.
Regards
Elmar