Actions
Bug #51804
closedSet absPrefix in GraficalFunctions to PATH_site
Status:
Closed
Priority:
Must have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-09-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
To make GifBuilder and GraficalFunctions work in
backend context, it is needed to set the absolute
path prefix for processed images to document root.
It works in FE context, because the current working
directory of PHP is document root, but fails in
BE context, as the CWD can be anything, depending
on the location of the executing script.
Always setting absPrefix to PATH_site will not affect
frontend rendering and will make the FAL file
processing with context crop scape mask also
work in BE context.
Actions