Project

General

Profile

Actions

Bug #85294

closed

TableWizard throws error on sqlite

Added by Susanne Moog almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
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:             }

Actions #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Susanne Moog almost 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF