---
title: "Deprecation: #65465 - Deprecate errorLog in ReferenceIndex"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65465"
source: "Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #65465 - Deprecate errorLog in ReferenceIndex

See [forge#65465](https://forge.typo3.org/issues/65465)

## Description

The method `TYPO3CMSCoreDatabaseReferenceIndex::error()` and the according property
`TYPO3CMSCoreDatabaseReferenceIndex::errorLog` have been marked as deprecated. It was not used and always empty.

## Impact

Calling `ReferenceIndex::error()` will throw a deprecation message. This function should not be used from outside the
core.

## Migration

Extensions that used this property to log errors have to use their own errorLog.
