Actions
Bug #46204
closedFileicons with HTTPS Backend not shown in Frontend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-03-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the setup:
- forced to display backend in https
So when I have a news (tt_news) and a news has files attached, they get listed with filelink() [class.tslib_content.php - 4035].
On line 4079, the path is gathered: $iconP = t3lib_extMgm::siteRelPath('cms') . 'tslib/media/fileicons/';
If the backend is forced to https though, the relpath to cms does not account for it and I get:
<img width="18" border="0" height="16" alt="" src="http://localhost/typo3/sysext/cms/tslib/media/fileicons/pdf.gif">
Which of course doesn't work, as all behind typo3/ is only reachable via https://
Actions