Actions
Bug #89638
closedBackendUserConfigurationUpdate Upgrade Wizard fails on empty UC fields
Start date:
2019-11-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The newly introduced Upgrade Wizard for legacy UC field contents fails with an exception if any be_user has an empty (null) uc field.
Reproduce:- Have a BE user with a stdClass in the serialized array of the uc field so that the upgrade wizard does its thing.
- Set the uc field of any active be_user to null
- Run the Upgrade Wizard "BackendUserConfigurationUpdate"
Updated by Daniel Goerz about 5 years ago
- Related to Bug #89269: $GLOBALS['BE_USER']->uc sometimes wrongly written, gets a stdClass where an array would be expected added
Updated by Daniel Goerz about 5 years ago
- Related to Bug #89268: Cannot use object of type stdClass as array in BackendUserConfiguration.php added
Updated by Daniel Goerz about 5 years ago
- Related to Bug #86398: Interface state can't be saved added
Updated by Robert Böttner about 5 years ago
- Related to Bug #89683: Install Tool - Update backend user configuration array fails due to wrong variable type in $backendUser['uid'] added
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62368
Updated by Gerrit Code Review almost 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62393
Updated by Daniel Goerz almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a5ea16bad4ab5f4f339925719ff55e1d03bbf8b8.
Actions