TYPO3 Exception 1607585445

"No page configured for type=0." TYPO3 v13.4.0 - 2024-11-02

This happens if the following line is missing from your TypoScript:

page = PAGE
Copied!

See also Troubleshooting.

"No TypoScript record found!" TYPO3 v13.4.0 - 2024-11-02

This happens when the current site has no root TypoScript record and no site set including TypoScript.

See also Troubleshooting.

TYPO3 v13.1.0 - 2024-04-28

The issue

When configuring sets <ext_core:feature-103437-1712062105> with an invalid dependency in the Configuration/Sets/MySet/config.yaml the following error is displayed:

No page configured for type=0.
Copied!

In the var/log/typo3_xxx.log is also an error logged:

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"
Copied!

Solution

Correct the name of the dependency in Configuration/Sets/MySet/config.yaml, or remove it completely.