Actions
Bug #54375
closedalternativeTempPath is not working (6.1.5)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-12-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
currently I'm having following TS:
lightbox = IMG_RESOURCE lightbox { file.import.current = 1 file.maxW = 800 # the maximum size of images in lightbox file.maxH = 800 # the maximum size of images in lightbox file.params = -quality 80 file.alternativeTempPath = fileadmin/statistics/ }
Using TYPO3 6.1.5, the generated image is still saved in typo3temp/_processed_/. the path is also in $GLOBALS['TYPO3_CONF_VARS']['FE']['allowedTempPaths']
registered.
could it has to do with FAL? is this a "missing" feature in FAL? or do I miss something?
Thank you.
Actions