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.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16083
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16083
Updated by Mattias Nilsson about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 038b1e00e6e9511064ad6f596abcfa68a5b77a13.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions