Bug #94606
closedpages_language_overlay throws unresolvable deprecation warning
100%
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.
Updated by Gerrit Code Review about 3 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
Updated by Anja Leichsenring about 3 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.
Updated by Anja Leichsenring about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 46318d9ac426e9a3a35c319c5ee332edd8dfb6fc.