Hi Katja, You could add the folder "myfolder" to the Typo3 readable paths by adding it to the ['FE']['addAllowedPaths'] setting in the install tool. Or just add: $GLOBALS['TYPO3_CONF_VARS']['FE']['addAllowedPaths'] = 'myfolder'; to your "localconf.php". Kind regards, Arjen Hoekema