[Typo3] Direct Mail

Paolo paolo at paolosantori.it
Tue Apr 12 14:57:23 CEST 2005


René Schade ha scritto:
> Trying to install the three tables: sys_dmail, sys_dmail_maillog & sys_dmail_group
> ....snip from sql...
> CREATE TABLE sys_dmail (
>   uid int(11) unsigned DEFAULT '0' NOT NULL auto_increment,
> .................... 
> 
> I had to remove the DEFAULT '0'

Hi René,

this is a known problem with Typo3 running on MySql > 4.1
Take a look at:

http://bugs.typo3.org/bug_view_page.php?bug_id=0000416

you will have to manually remove the DEFAULT '0' statement for the
auto_increment columns

Ciao,

P.



More information about the TYPO3-english mailing list