You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public property TYPO3\CMS\Core\DataHandling\DataHandler->storeLogMessages has been
removed without substitution. It should not be used by extensions
anymore.
Impact
Setting or reading the property in extension raises a PHP warning level
error.
Affected installations
Instances with extensions dealing with the property. This should be a
very rare use case, no TER extension was affected when looking this up.
The extension scanner is configured to find usages as weak match.
Migration
The property has been removed, setting or reading it from DataHandler
instances should be removed. The DataHandler->log() method now always
writes given $details to table sys_log.
PHP-API, FullyScanned, ext:core
The text was updated successfully, but these errors were encountered:
Breaking: #106118 - Property DataHandler->storeLogMessages removed
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Breaking-106118-PropertyDataHandler-storeLogMessagesRemoved.html
Breaking: #106118 - Property DataHandler->storeLogMessages removed
See 106118
Description
Public property
TYPO3\CMS\Core\DataHandling\DataHandler->storeLogMessages
has beenremoved without substitution. It should not be used by extensions
anymore.
Impact
Setting or reading the property in extension raises a PHP warning level
error.
Affected installations
Instances with extensions dealing with the property. This should be a
very rare use case, no TER extension was affected when looking this up.
The extension scanner is configured to find usages as weak match.
Migration
The property has been removed, setting or reading it from
DataHandler
instances should be removed. The
DataHandler->log()
method now alwayswrites given
$details
to tablesys_log
.PHP-API, FullyScanned, ext:core
The text was updated successfully, but these errors were encountered: