TYPO3 Exception 1607585445
Note
Below, the TYPO3 community may have provided additional information or solutions for this exception. However, these may or may not apply to your particular case. If you can provide more information, you should come back here and add your experience and solution steps to this issue once you have resolved it.
General TYPO3 troubleshooting tips can be found in the Troubleshooting section in the menu. You can also ask questions and receive support in the TYPO3 Questions category on talk.typo3.org.
To add your experience, click "Edit on GitHub" above and follow the "Edit on GitHub" workflow. Also check out our tip on Coding Style and reST.
"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:
page = PAGE
See also 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 Troubleshooting.
TYPO3 v13.1.0 - 2024-04-28
The issue
When configuring sets <ext_
with an invalid
dependency in the Configuration/
the following error is
displayed:
No page configured for type=0.
In the var/
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"
Solution
Correct the name of the dependency in Configuration/
, or remove it completely.