[TYPO3] tt_news instalation problem

Znanje Imanje znanjeimanje at gmail.com
Fri Jun 16 09:01:52 CEST 2006


On 6/16/06, Znanje Imanje <znanjeimanje at gmail.com> wrote:
> Hello,
>
> I'm using TYPO3 V4 and trying to install tt_news 2.4.0. After
> instalation I have:
>
> /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



More information about the TYPO3-english mailing list