---
title: "Breaking: #63687 - Outdated ContentObjects moved to legacy extension"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-63687"
source: "Changelog/7.1/Breaking-64639-RemovedContentObjects.rst"
typo3-version: "7.1"
typo3-major: 7
type: "breaking"
issue: 63687
forge: "https://forge.typo3.org/issues/63687"
tags: ["Backend", "Frontend", "TypoScript"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #63687 - Outdated ContentObjects moved to legacy extension {#breaking-63687}

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

## Description {#description}

The TypoScript Content Objects (cObjects) CLEARGIF, COLUMNS, CTABLE, OTABLE and HRULER have been moved into the legacy extension
EXT:compatibility6.

## Impact {#impact}

Any TypoScript using the cObjects above will result in an empty output in the TYPO3 Frontend.

## Affected installations {#affected-installations}

TYPO3 CMS 7 installations still using the cObjects need EXT:compatibility6 to be loaded if the rendering should
be continued.

## Migration {#migration}

Any installation should migrate to alternatives such as FLUIDTEMPLATE to customize the output of the content.
