Project

General

Profile

Actions

Bug #105401

closed

Invalid pageTitleProviders definition causes type error

Added by Lina Wolf about 1 month ago. Updated 14 days ago.

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

Also available in: Atom PDF