Actions
Bug #42569
closedWhen clicking on "Upgrade Wizard" in install tool screen goes blank
Start date:
2012-10-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When clicking on "Upgrade Wizard" in install tool screen goes blank and the following error occurs:
PHP Fatal error: Cannot use string offset as an array in htdocs/typo3_src-git/typo3/sysext/install/Classes/CoreUpdates/MigrateWorkspacesUpdate.php on line 184
The problem is related to that when trying to access $GLOBALS['TCA'][$table] there is no check if it´s an array.
Actions