Project

General

Profile

Actions

Bug #105135

open

TypoScript object path "tt_content..20" does not exist

Added by Lina Wolf about 1 month ago. Updated 12 days ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2024-09-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Trying to display an EXTBASE plugin with additional information in a fluid template I did the following:

<f:cObject typoscriptObjectPath="tt_content.myextension_showpersoninsearch" data="{person: document.fields.uid}" />

I get the very hard to debug error message

(1/1) #1253191023 TYPO3Fluid\Fluid\Core\ViewHelper\Exception
TypoScript object path "tt_content..20" does not exist

It seems like the CObjectViewHelper is recursively calling itself with a missing path.

Actions

Also available in: Atom PDF