Project

General

Profile

Actions

Bug #100697

open

Upgrade wizard "Migrate backend users' selected UI languages" does not work with missing DB compare

Added by Georg Ringer about 1 year ago. Updated 10 months ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Install Tool
Start date:
2023-04-21
Due date:
% Done:

0%

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

Description

the upgrade wizard "Migrate backend users' selected UI languages to new format." does not work as long as the following change in the database compare is not done

ALTER TABLE `be_users` CHANGE `lang` `lang` VARCHAR(10) DEFAULT 'default' NOT NULL
Current value: lang VARCHAR(6) CHARACTER SET latin1 DEFAULT '' NOT NULL COLLATE `latin1_swedish_ci`

error

An exception occurred while executing 'UPDATE `be_users` SET `lang` = ? WHERE `uid` = ?' with params ["default", 1]: Data too long for column 'lang' at row 1

it would be great if the wizard could do the migration or at least checks it


Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #100057: Upgrade issue from v10 to v11 in legacy install with table be_users and column langClosed2023-03-01

Actions
Has duplicate TYPO3 Core - Bug #99808: Upgrade to 11.5 fails with database exception "Data too long for column 'lang' at row 1"Closed2023-02-03

Actions
Actions

Also available in: Atom PDF