Bug #15005
closedNo install is possible, if in the Install-Tool multiplyDBfieldSize is set to "2"
0%
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)
Updated by old_r3 almost 19 years ago
I have the same problem.
Typo3 3.8.1
MySql 4.1.11
PHP 4.4.1
Updated by Karsten Dambekalns almost 19 years ago
Does this really only happen when using multiplyDBfieldSize?!
Updated by old_r3 almost 19 years ago
Yes, it happens when multiplyDBfieldSize >1
Updated by old_heinerlamprecht almost 19 years ago
It also works, when you change the datatype to double. Probably better, than removing a column from the table.
Updated by René Fritz almost 18 years ago
Aloha
Kannst du mir einen Hinweis geben ob das noch aktuell ist und wenn ja was ich ändern soll?
Danke und schöne Grüße
René
Updated by Marc Véron almost 18 years ago
Confirmation for Typo3 4.0.2
I had lots of SQL Warnings after installing DAM, e.g. using List module:
"...typo3 line 801 Warning: mysql_fetch_assoc()..."
Removed following line from localconf.php:
$TYPO3_CONF_VARS['SYS']['multiplyDBfieldSize'] = '3'; //Added MV for UTF-8
Then Database Check / Compare created missing table.
DAM works now .