Actions
Bug #100345
closedUnable to get property "type" of non-object "getTSFE()"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2023-03-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Following condition is breaking in 12.3 (this is not a 12-compatible repository however, as a notice for testing/evaluating)
https://github.com/einpraegsam/powermail/blob/develop/Configuration/TypoScript/Powermail_Frontend/setup.typoscript#L116
According to the documentation getTSFE()
should evaluate to false
if it's not available in a given context. This seems to happen here, but it still tries to access the type
property afterwards, leading to an exception.
Actions