---
title: "Breaking: #68571 - Removed method ElementBrowser->getMsgBox"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-68571"
source: "Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #68571 - Removed method ElementBrowser->getMsgBox

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

## Description

The removed method `getMsgBox` in `ElementBrowser` used table based styling.
The method has been removed since we have better means to display this kind of messages: FlashMessages or Callouts.

## Impact

A fatal error will be thrown if the method `getMsgBox` is used.

## Affected Installations

Third party code using the removed method.

## Migration

Remove the call to the method and replace the message with a FlashMessage.
