Actions
Bug #67632
closedf:cObject error with field flux field.relation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2015-06-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
hard
Is Regression:
No
Sprint Focus:
Description
I'm trying to display a tree of all contents recorded.
Configuraton is <flux:field.relation name="contents" table="tt_content" size="10"/>
Preview with <f:cObject typoscriptObjectPath="lib.renderBodyText" data="{'content_uid': {contents}}" />
When creating the FCE I can see the content tree, but in my BE page I get this PHP error:Fatal error: Call to a member function setTSlogMessage() on a non-object in typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php on line 851
I'm on 7.3.0.
Actions