---
title: "Breaking: #60063 - Felogin Plugin Removed"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-60063"
source: "Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst"
typo3-version: "7.0"
typo3-major: 7
type: "breaking"
issue: 60063
forge: "https://forge.typo3.org/issues/60063"
tags: ["TypoScript", "Frontend", "ext:felogin"]
rendered: "2026-09-20T05:05:02+00:00"
---

# Breaking: #60063 - Felogin Plugin Removed {#breaking-60063}

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

## Description {#description}

File EXT:felogin/pi1/class.tx_felogin_pi1.php was removed.

## Impact {#impact}

-   A require in PHP of this file throws a fatal error.
-   An `includeLibs` TypoScript setting to this file raises a warning.

## Affected installations {#affected-installations}

A TYPO3 instance is affected if a 3rd party extension requires EXT:felogin/pi1/class.tx_felogin_pi1.php or if an includeLibs TypoScript setting to this file is set.

## Migration {#migration}

Remove the require line in PHP and includeLibs line in TypoScript, they are obsolete.
