---
title: "TYPO3 Exception 1607585445"
manual: "TYPO3 Exceptions"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3exceptions:typo3-exception-1607585445"
source: "Exceptions/1607585445.rst"
modified: "2026-09-16T07:39:08+00:00"
---

# 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](https://talk.typo3.org/c/typo3-questions/).
>
> To add your experience, click "Edit on GitHub" above and follow the
> ["Edit on GitHub" workflow](https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/Howto/EditOnGithub.html#docs-contribute-github-method).
> Also check out
> [our tip on Coding Style and reST](https://docs.typo3.org/permalink/t3exceptions:tip-about-rest-coding-style).

## "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:

```typoscript
page = PAGE
```

See also [Troubleshooting](https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Guide/Overview/Index.html#guide-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](https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Guide/Overview/Index.html#guide-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:

```text
No page configured for type=0.
```

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

```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 `Configuration/Sets/MySet/config.yaml`, or remove it completely.
