TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _breaking-61863:
|
||||
|
||||
===============================================================
|
||||
Breaking: #61863 - deprecated connectDB from EidUtility removed
|
||||
===============================================================
|
||||
|
||||
See :issue:`61863`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
Method :code:`connectDB()` from :code:`\TYPO3\CMS\Frontend\Utility\EidUtility` has been removed.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Extensions that still use the function :code:`connectDB()` will trigger a fatal
|
||||
PHP error when an eID script is called.
|
||||
|
||||
|
||||
Affected installations
|
||||
======================
|
||||
|
||||
A TYPO3 instance is affected if a 3rd party extension uses the removed function.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
The function can be removed safely. The database will connect itself if needed.
|
||||
|
||||
|
||||
.. index:: PHP-API, Frontend
|
||||
Reference in New Issue
Block a user