You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exception could happen because a plugin was registered before using the :php:`list` content element
134
+
and the plugin subtype :php:`list_type` and is now registered as :php:`ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT`.
135
+
136
+
Have a look at `Deprecation: #105076 - Plugin content element and plugin sub types <https://docs.typo3.org/permalink/changelog:deprecation-105076-1726923626>`_.
137
+
138
+
Either an Upgrade Wizard was not executed for those plugins or may be you need to create one.
139
+
140
+
If Upgrade Wizard creation is required, you can have a look in TYPO3 core for example, search
141
+
Upgrade Wizard extending :php:`AbstractListTypeToCTypeUpdate`, like :php:`final class IndexedSearchCTypeMigration extends AbstractListTypeToCTypeUpdate`.
0 commit comments