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
Updated by Torben Hansen about 3 years ago
- Related to Bug #91625: UriBuilder: inconsistent behaviour between application contexts Development + Production added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71120
Updated by Benjamin Franzke about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c71d9a568fe00d3935679b9e22303dfa6953e948.
Actions