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 #1

Updated by Ingo Schmitt almost 11 years ago

  • Category set to File Abstraction Layer (FAL)
  • Is Regression set to No
Actions #2

Updated by Ingo Schmitt almost 11 years ago

  • Status changed from New to Needs Feedback

Does this problem still exist in 6.2?

Actions #3

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF