Project

General

Profile

Actions

Bug #100342

closed

Backend is loading itself recursively after logging in

Added by Robert Kärner about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-03-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After upgrading an instance from 12.2 to 12.3, when logging into the backend with an existing backend user, the UI is broken and recursively calling/drawing itself.
This stops as soon as any module from the module list is selected.
It is fixed after opening the user settings module and just saving.

Reason: 12.3 can't deal with the old startModule setting of the be_user column uc.
Old/broken value: s:11:"startModule";s:15:"help_AboutAbout"
New/correct value: s:11:"startModule";s:5:"about"

Actions

Also available in: Atom PDF