Skip to content

Commit

Permalink
No content object definition found - FSC set missing (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Oct 21, 2024
1 parent 24fa938 commit ee7a943
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/Exceptions/1540246570.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ TYPO3 Exception 1540246570

.. include:: /If-you-encounter-this-exception.rst.txt

TYPO3 13.4: No Content Object definition found [21.10.2024]
===========================================================

.. warning::
No Content Object definition found at TypoScript object path "tt_content.text"

This error happens when you did not include the
:ref:`Site set "Fluid Styled Content" <typo3/cms-fluid-styled-content:site-set-fluid-styled-content>`
but try to use a content element provided by this system extension.

Solution: Require the site set in your site configuration:
:ref:`Using a site set as dependency in a site <t3coreapi:site-sets-usage>` or depend on it from
your site packages site set:
:ref:`Defining the site set with a fluid_styled_content dependency <t3coreapi:site-sets-example-site-package-set>`.


Is there a problem with the plugin ?
====================================
Expand Down

0 comments on commit ee7a943

Please sign in to comment.