Actions
Bug #54068
closedWrong BE-PATH to /fileadmin/_processed_ (FAL)
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Choosing pictures from fileadmin for textpic the path in Backend is created wrong and thuimbnails are not found. All links are prepended with typo3/ :
example: www.domain.com/typo3/fileadmin/_processed_/preview_BW_001_679e9419b3.jpg
In FE the files are shown and processed correctly, the correct path from the example is:
example: www.domain.com/fileadmin/_processed_/preview_BW_001_679e9419b3.jpg
Actions