Actions
Bug #94606
closedpages_language_overlay throws unresolvable deprecation warning
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