---
title: "Breaking: #73611 - Removed ResourceCompressor relative path methods"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-73611"
source: "Changelog/8.0/Breaking-73611-RemovedResourceCompressorRelativePathMethods.rst"
typo3-version: "8.0"
typo3-major: 8
type: "breaking"
issue: 73611
forge: "https://forge.typo3.org/issues/73611"
tags: ["PHP-API"]
rendered: "2026-09-24T21:45:06+00:00"
---

# Breaking: #73611 - Removed ResourceCompressor relative path methods {#breaking-73611}

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

## Description {#description}

The methods `ResourceCompressor::setInitialPaths()` and `ResourceCompressor::setRelativePath()` have been removed.

## Impact {#impact}

Calling one of the methods above will result in a fatal PHP error.

## Affected Installations {#affected-installations}

Any TYPO3 instance with custom extensions manually using the ResourceCompressor instead of using the PageRenderer API.

## Migration {#migration}

Simply remove the methods from the affected code, as these methods are not needed anymore. All calculations
for the paths are now done automatically.
