Skip to content

Commit 0ebe96a

Browse files
authored
Add a case when CType migration has not been done
1 parent 4e4ed6e commit 0ebe96a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/Exceptions/1540246570.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,15 @@ The error does not occur when you use the Fluid lanuage tag with a path:
126126
.. code-block:: xml
127127
128128
<f:translate key = "LLL:EXT:yourExtension/Resources/Private/Language/locallang.xml:Button_Helpful" />
129+
130+
TYPO3 12/13 - General Plugin: No Content Object definition found at TypoScript object path "tt_content.list.20
131+
==============================================================================================================
132+
133+
This exception could happen because a plugin were registered before using the :php:`list` content element and the plugin subtype :php:`list_type` and are now registered as :php:`ExtensionUtility::PLUGIN_TYPE_CONTENT_ELEMENT`.
134+
135+
Have a look at https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.4/Deprecation-105076-PluginContentElementAndPluginSubTypes.html
136+
137+
Either an Upgrade Wizard was not executed for those plugins or may be you need to create one.
138+
139+
If Upgrade Wizard creation is required, you can have a look in TYPO3 core for example, search Upgrade Wizard extending :php:`AbstractListTypeToCTypeUpdate`, like :php:`final class IndexedSearchCTypeMigration extends AbstractListTypeToCTypeUpdate`.
140+

0 commit comments

Comments
 (0)