Project

General

Profile

Actions

Bug #94606

closed

pages_language_overlay throws unresolvable deprecation warning

Added by Stefan P over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-07-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In a clean TYPO3 10:

The TCA table 'pages_language_overlay' is not used anymore and has been removed automatically in order to avoid negative side-effects. in typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php line 1721

Triggered by TcaMigration::migratePagesLanguageOverlayRemoval() because ext:frontend has pages_language_overlay.php in Configuration/TCA.

Either drop the file or drop this check. Having both only forces developers into meaningless and unresolvable debug sessions after seeing this message.

Actions #1

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch 10.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/+/72045

Actions #2

Updated by Anja Leichsenring over 2 years ago

we can't avoid the message, both the check and the TCA definition file are necessary to ensure the migration can still be executed.
In TYPO v11 the TCA definition is gone, and the offered change enhances the deprecation message a bit. I hope this helps.

Actions #3

Updated by Anja Leichsenring over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF