Bug #15005
closed
No install is possible, if in the Install-Tool multiplyDBfieldSize is set to "2"
Added by Oliver Thiele about 19 years ago.
Updated about 6 years ago.
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)
I have the same problem.
Typo3 3.8.1
MySql 4.1.11
PHP 4.4.1
Does this really only happen when using multiplyDBfieldSize?!
Yes, it happens when multiplyDBfieldSize >1
It also works, when you change the datatype to double. Probably better, than removing a column from the table.
Confirmed as well on Typo3 4.0.
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é
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 .
Resolved as duplicate of #17480
- Status changed from Resolved to Closed
Also available in: Atom
PDF