Actions
Bug #15005
closedNo install is possible, if in the Install-Tool multiplyDBfieldSize is set to "2"
Start date:
2005-10-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If multiplyDBfieldSize in the Install-Tool is set to "2" there is no possibility to install DAM.
This is the Error-Message shown by the Install-Tool after the click on the +-Icon:
SQL engine parse ERROR: Field type unknown!: near "float unsigned NOT NULL default '0' "
In ext_tables.sql are two lines:
width float unsigned DEFAULT '0' NOT NULL,
height float unsigned DEFAULT '0' NOT NULL,
When i comment them out, i can install DAM with multiplyDBfieldSize = 2.
(issue imported from #M1524)
Actions