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 #1

Updated by Gerrit Code Review about 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78314

Actions #2

Updated by Gerrit Code Review about 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78314

Actions #3

Updated by Gerrit Code Review about 1 year ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78314

Actions #4

Updated by Andreas Fernandez about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF