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,36 @@
.. include:: /Includes.rst.txt
.. _breaking-61802:
==================================================================
Breaking: #61802 - deprecated isLocalconfWritable function removed
==================================================================
See :issue:`61802`
Description
===========
The function :code:`isLocalconfWritable()` :code:`from \TYPO3\CMS\Core\Utility\ExtensionManagementUtility` has been removed.
The bootstrap now just checks for the existence of the file and redirects to the install tool if it doesn't exist.
Impact
======
Extensions that still use the function :code:`isLocalconfWritable()` won't work.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses the removed function.
Migration
=========
Remove the call to this function. The bootstrap takes care to check the existence of the file.
.. index:: PHP-API