.. include:: /Includes.rst.txt ========================== TYPO3 Exception 1607585445 ========================== .. include:: /If-you-encounter-this-exception.rst.txt .. TYPO3 [version] - [date of report] ================================== Installation Overview --------------------- Provide as much information about your installation of TYPO3 including its version number and any other information that you think will be relevant to other users who encounter the same issue. The Issue --------- Detail each of the steps or changes that took place leading up to the issue occurring. Solution -------- Did you resolve the issue? List the steps or changes made that resolved the issue. "No page configured for type=0." TYPO3 v13.4.0 - 2024-11-02 =========================================================== .. warning:: No page configured for type=0. This happens if the following line is missing from your TypoScript: .. code-block:: typoscript page = PAGE See also :ref:`Troubleshooting `. "No TypoScript record found!" TYPO3 v13.4.0 - 2024-11-02 ======================================================== .. warning:: No TypoScript record found! This happens when the current site has no root TypoScript record and no site set including TypoScript. See also :ref:`Troubleshooting `. TYPO3 v13.1.0 - 2024-04-28 ========================== The issue --------- When configuring `sets ` with an invalid dependency in the :file:`Configuration/Sets/MySet/config.yaml` the following error is displayed: .. code-block:: text No page configured for type=0. In the :file:`var/log/typo3_xxx.log` is also an error logged: .. code-block:: text Sun, 28 Apr 2024 19:05:23 +0200 [ERROR] request="3274a5986fc4e" component="TYPO3.CMS.Core.Site.Set.SetRegistry": Invalid set "my-vendor/my-site": Missing dependency "some-vendor/some-set" Solution -------- Correct the name of the dependency in :file:`Configuration/Sets/MySet/config.yaml`, or remove it completely.