Project

General

Profile

Actions

Bug #105401

open

Invalid pageTitleProviders definition causes type error

Added by Lina Wolf 8 days ago. Updated 8 days ago.

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.

Actions #1

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

Actions #2

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

Also available in: Atom PDF