[Typo3-dev] install tool is not working as expected
henk nijveld
henk at nijveld.net
Thu Jun 2 20:19:44 CEST 2005
Hi devs,
I am running in a little problem with the install tool on 3.8. and mysql
4.0.20.
The layout of the database.sql delivered with the packages are
different then the file on the 3.7.0. distribution.
Everything is now 'quoted' :
CREATE TABLE `be_groups` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
[...]
`custom_options` blob NOT NULL,
PRIMARY KEY (`uid`),
KEY `parent` (`pid`)
) TYPE=MyISAM;
When the install tool compares the database ($FDdb without quoses) to
the file ($FDfile with quotes) it would like to install all tables and
rename the old ones. (the import is working correctly by removing the
quotes). So after the update, the whole party starts over again :) and
again :) and ...
Anyone else experiencing the same problem?
File a bug for this one?
regards,
Henk Nijveld
More information about the TYPO3-dev
mailing list