TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _breaking-82433:
===================================================
Breaking: #82433 - Install Tool entry point removed
===================================================
See :issue:`82433`
Description
===========
The canonical entry point for accessing the install tool now is `typo3/install.php`. The previous entrypoint
located in `typo3/sysext/install/Start/Install.php` has been removed. The deprecated entrypoint located under
`typo3/install/index.php` still exists, but `typo3/install.php` is the new way to access the install tool,
available since TYPO3 8 LTS.
Impact
======
Accessing `typo3/sysext/install/Start/Install.php` will trigger a Server-based "Page Not Found" error message.
Affected Installations
======================
Every TYPO3 installation using the old entry point is affected.
Migration
=========
Change bookmarks or scripts from the old entry point to the new one.
.. index:: Backend, NotScanned