Skip to content

Commit d0ae063

Browse files
Oktopucelinawolfgarvinhicking
authored
Add a case when CType migration has not been done (#188)
* Add a case when CType migration has not been done * Update Documentation/Exceptions/1540246570.rst Co-authored-by: Garvin Hicking <[email protected]> * Update Documentation/Exceptions/1540246570.rst Co-authored-by: Garvin Hicking <[email protected]> * Update 1540246570.rst --------- Co-authored-by: Lina Wolf <[email protected]> Co-authored-by: Garvin Hicking <[email protected]>
1 parent 4e4ed6e commit d0ae063

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/Exceptions/1540246570.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,17 @@ 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 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`.
142+

0 commit comments

Comments
 (0)