[Typo3-dev] tt_products 2.0.0 (table error)

Franz Holzinger franz at fholzinger.com
Fri Apr 8 16:15:03 CEST 2005


The syntax in ext_tables.sql was changed due to
http://bugs.typo3.org/view.php?id=560
--------
   CREATE TABLE tt_products (
     uid int(11) unsigned NOT NULL auto_increment,
---------
There is another bug report: http://bugs.typo3.org/view.php?id=384

Give more details how you came to this error.

Franz


René Rossi wrote:
> hi there, is there some error in tt_products 2.0.0 from repository ?
> 
> Changing fields
> ALTER TABLE tt_products CHANGE uid uid int(11) unsigned NOT NULL
> auto_increment;
> Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
> ALTER TABLE tt_products_cat CHANGE uid uid int(11) unsigned NOT NULL
> auto_increment;
> Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
> ALTER TABLE sys_products_orders CHANGE uid uid int(11) unsigned NOT
> NULL auto_increment;
> Current value: int(11) unsigned DEFAULT '0' NOT NULL auto_increment
> 
> after updating this i always get an:
> Database status: Table error!
> Probably one or more required fields/tables are missing in the database!
> 
> and:
> Errors: Some tables or fields are missing!
> 
> grts René
> 




More information about the TYPO3-dev mailing list