---
title: "Breaking: #72666 - RTE: Remove relative path calculations"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-72666"
source: "Changelog/8.0/Breaking-72666-RTERemoveRelativePathCalculations.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 72666
forge: "https://forge.typo3.org/issues/72666"
tags: ["PHP-API", "Backend", "RTE"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Breaking: #72666 - RTE: Remove relative path calculations {#breaking-72666}

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

## Description {#description}

Since the removal of the feature editing static files with the Rich Text Editor (option "static_file_edit"), the path calculations for files
within the HtmlParser including the method `RteHtmlParser->setRelPath()` have been removed as well.

## Impact {#impact}

Using the method `RteHtmlParser->setRelPath()` will result in a fatal PHP error.

## Affected Installations {#affected-installations}

Any installations with custom RTE transformations that use a custom implementation of the RteHtmlParser PHP class.
