[TYPO3-dev] TYPO3_CONF_VARS & eID

Daniel Pötzinger operation-lan at gmx.de
Sat Jan 5 10:51:12 CET 2008


Georg Ringer schrieb:
> Hello,
> 
> how do I get any settings made in the extension manager in my eID script?
> 
> Normally this would be:
> $tmp_confArr = 
> unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'][$key]);
> 
> but this is empty.
> 
> thanks for every code & hint
> 
> georg
This should work, because as far as i remember the settings you can do 
in the extensionmanager are included directly in the localconf.php - so 
once this file is included you should have access to the vars.

Can you check your localconf.php if you find your extension settings there?




More information about the TYPO3-dev mailing list