Typo3 eID, how to access config
I've just created an eID in Typo3. I can't figure out how to access the config data for my plugin from the Typo3 instance. I've tried the code from the link but it doesn't want to work. I keep getting an exception "No TypoScript template found! " on the call " $TSFE->getConfigArray(); " http://lists.typo3.org/pipermail/typo3-dev/2006-December/021392.html Any ideas? Thanks. In eID mode, only a small part of the regular TYPO3 frontend is loaded. Unfortunately TypoScript is not loaded. To still access the TypoScript configuration you need manually load the components it needs to do so.