--- GeneralUtility.orig.php 2013-04-12 21:13:40.121099728 +0200 +++ GeneralUtility.php 2013-04-12 16:46:08.605534639 +0200 @@ -3832,6 +3832,10 @@ // Is test (typo3_src deprecated as ov TYPO3 6.0): $validatedPrefix = PATH_site . 'typo3_src/tests/'; $location = $validatedPrefix; + } elseif (self::isFirstPartOfStr($fileRef, PATH_site . 'fileadmin/')) { + // Is fileadmin: + $validatedPrefix = PATH_site . 'fileadmin/'; + $location = $validatedPrefix; } else { $validatedPrefix = ''; }