Bug #105401
closedInvalid pageTitleProviders definition causes type error
100%
Description
I had overridden a page title providers position and the original provider got removed.
The following TypoScript:
config.pageTitleProviders { someProvider { before = record,seo } }
Then causes a type error in the PageTitleProviderManager, line 57 as NULL gets passed to class_exists()
Instead invalid configurations should be ignored.
Updated by Gerrit Code Review 30 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86702
Updated by Gerrit Code Review 30 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86702
Updated by Gerrit Code Review 14 days ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86702
Updated by Gerrit Code Review 14 days ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86702
Updated by Gerrit Code Review 14 days ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86702
Updated by Gerrit Code Review 14 days ago
Patch set 1 for branch 13.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/+/86910
Updated by Gerrit Code Review 14 days ago
Patch set 1 for branch 12.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/+/86922
Updated by Lina Wolf 14 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5f62c61ae8f88ad6775f0555a00d864d0e02f93b.