Actions
Bug #85294
closedTableWizard throws error on sqlite
Start date:
2018-06-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Opening the table wizard on an sqlite installation results in the following error:
Uncaught TYPO3 Exception Argument 2 passed to TYPO3\CMS\Backend\Controller\Wizard\TableController::configurationStringToArray() must be of the type integer, string given, called in D:\CoreDev\TYPO3.CMS\typo3\sysext\backend\Classes\Controller\Wizard\TableController.php on line 497 TypeError thrown in file D:\CoreDev\TYPO3.CMS\typo3\sysext\backend\Classes\Controller\Wizard\TableController.php in line 776. 31 TYPO3\CMS\Backend\Controller\Wizard\TableController::configurationStringToArray("", "0") D:\CoreDev\TYPO3.CMS\typo3\sysext\backend\Classes\Controller\Wizard\TableController.php: 00495: // Regular line based table configuration: 00496: $columns = $row[$this->colsFieldName] ?? 0; 00497: $configuration = $this->configurationStringToArray($row[$this->P['field']], $columns); 00498: } 00499: }
Updated by Gerrit Code Review over 6 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/57250
Updated by Susanne Moog over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 176923148cc038e34890eaf4a6b0e32dd7138ead.
Actions