Actions
Bug #105401
openInvalid pageTitleProviders definition causes type error
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2024-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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 8 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 8 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
Actions