Actions
Bug #105401
closedInvalid pageTitleProviders definition causes type error
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
SEO
Target version:
-
Start date:
2024-10-23
Due date:
% Done:
100%
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.
Actions