---
title: "Breaking: #63687 - Web=>Functions=>Wizards moved to legacy extension"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-63687-1668719172"
source: "Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst"
typo3-version: "7.1"
typo3-major: 7
type: "breaking"
issue: 63687
forge: "https://forge.typo3.org/issues/63687"
tags: ["Backend"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Breaking: #63687 - Web=>Functions=>Wizards moved to legacy extension {#breaking-63687-1668719172}

See [forge#63687](https://forge.typo3.org/issues/63687)

## Description {#description}

Within the "Web" => "Functions" module was a nested layer called "Wizards" where "Sort pages" and
"Bulk-create new pages" resided until TYPO3 CMS 7.1. These are now moved directly underneath "Web" => "Functions",
so the "Wizards" module function becomes obsolete, and with it the whole extension called "func_wizards" that provided
this nested layer. The module function "Wizards" has been moved to the legacy extension EXT:compatibility6. The
extension "func_wizards" has been completely removed from the core.

## Impact {#impact}

The existing "Functions" provided by the TYPO3 CMS Core are now directly dependant and hooked into "Web" => "Functions".
Any extensions using "Web" => "Functions" => "Wizards" will not show up anymore.

## Affected installations {#affected-installations}

TYPO3 CMS 7 installations need EXT:compatibility6 extension loaded if old extensions are still hooked into
"Web" => "Functions" => "Wizards".

## Migration {#migration}

Any extension hooking into "Web" => "Functions" => "Wizards" need to be adapted. In their ext_tables.php the
`insertModuleFunction` call does not need to have a 5th parameter given. EXT:compatibility6 is then no longer
needed.
