[Typo3-dev] tt_products 2.0.0 (table error)

René Rossi rossi at uni-wuppertal.de
Fri Apr 8 15:56:48 CEST 2005


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é
>
Why are the defaults in ext_tables.sql for the uid fields are gone ????

  uid int(11) unsigned NOT NULL auto_increment,




More information about the TYPO3-dev mailing list