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"
Actions