Actions
Bug #89683
closedInstall Tool - Update backend user configuration array fails due to wrong variable type in $backendUser['uid']
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2019-11-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Argument 1 passed to TYPO3\CMS\Install\Updates\BackendUserConfigurationUpdate::updateBackendUser() must be of the type integer, string given, called in /var/lib/typo3/typo3_src-9.5.11/typo3/sysext/install/Classes/Updates/BackendUserConfigurationUpdate.php on line 105 at TYPO3\CMS\Install\Updates\BackendUserConfigurationUpdate->updateBackendUser('5', array('interfaceSetup' => null, 'moduleData' => array('alt_menu.php' => array(), 'web_list' => array('bigControlPanel' => '1'), ...
in /var/lib/typo3/typo3_src-9.5.11/typo3/sysext/install/Classes/Updates/BackendUserConfigurationUpdate.php line 105
Reproduce:$item = json_decode(json_encode($item), true); } }); $this->updateBackendUser($backendUser['uid'], $userConfig); } return true; }
- Run the Upgrade Wizard "BackendUserConfigurationUpdate"
Updated by Robert Böttner about 5 years ago
- Related to Bug #89638: BackendUserConfigurationUpdate Upgrade Wizard fails on empty UC fields added
Updated by Christian Eßl about 5 years ago
Had the same problem just now while updating a project from 8.7 to 9.5. This is a one-line no-brainer.
Updated by Gerrit Code Review about 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/+/62350
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/+/62392
Updated by Christian Eßl almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60a6545da92e3f15792490b80036cac2425573aa.
Actions