[TYPO3] tt_news instalation problem
Franz Holzinger
franz at fholzinger.com
Fri Jun 16 09:58:49 CEST 2006
Znanje Imanje a écrit :
>>
>> /Table error!
>> Probably one or more required fields/tables are missing in the database!/
>>
>> And information tab alway informes me that:
>>
>> /UPDATE NEEDED:
>> Add fields
>> 1 ALTER TABLE tt_news ADD uid int(11) NOT NULL auto_increment;
>> 1 ALTER TABLE tt_news ADD PRIMARY KEY (uid);/
>
>
> here is an update. Mysql produces an error:
>
> SQL query:
> ALTER TABLE tt_news ADD uid INT( 11 ) NOT NULL AUTO_INCREMENT ;
> MySQL said: Documentation
> #1075 - Incorrect table definition; there can be only one auto column
> and it must be defined as a key
Install phpMyAdmin and check your table structure for the tt_news table.
More information about the TYPO3-english
mailing list