38 lines
790 B
ReStructuredText
38 lines
790 B
ReStructuredText
|
|
.. 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
|