TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user