Actions
Bug #95118
closedUnable to use UriBuilder outside Extbase
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-09-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With #91625 a new instance of cObj has been initialized in UriBuilder to ensure there is always an instance of cObj available. This change however leads to an exception, when UriBuilder is used outside of Extbase.
One example is ext:flux - see details: https://github.com/FluidTYPO3/flux/issues/1893
Shown error message: TypoScriptFrontendController was tried to be injected before initial creation
Actions