Project

General

Profile

Actions

Bug #47653

closed

FAL - Files Reference by TS with levelmedia inconsistent

Added by d.ros no-lastname-given over 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-04-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

This issue is quite hard to believe.

I worked several days with this configuration on a FLUID <f:cObject typoscriptObjectPath="lib.fullBGimg" /> :


### background image
lib.fullBGimg = COA
lib.fullBGimg {
10 = FILES
10.references {
data = levelmedia:-1, slide
listNum = 0
}

10.renderObj = TEXT
10.renderObj {
data = file:current:publicUrl
noTrimWrap = |<span style="background:url({$URL_NAME}|);"></span>|
}

Without any problems. I had a reference in the root branch page and some on other pages. Everything worked fine. The slide went well in every case.

Then I focussed on CSS and JS. From one second to the other the FE output of that element disappeared. From child pages and from the top branch page.

Now if I remove the reference from the top branch page, the FE Output works on child pages. If a new reference is put to top branch the child pages output disappears again, including the top branch page itselfs FE output of that element.

If I remove now the levelmediaslide and go with a leveluid reference it works ->


lib.fullBGimg = COA
lib.fullBGimg {
10 = FILES
10.references {
table = pages
uid.data = leveluid: -2, slide
fieldName = media
}

BTW: I donĀ“t have any error output regarding this. Who knows.

Cache is disabled on a TYPO3 6.0.4 - PHP Version 5.4.14 & Apache/2.2.16 (Debian)

cheers

David

Actions

Also available in: Atom PDF