[TYPO3] small bug in goof_fotoboek ext_tables.sql 'basket'

christian reiter cr at cxd.de
Mon Oct 30 16:14:32 CET 2006


Hello,

in the current version 1.7.11 of goof_fotoboek there is the following
ext_tables.sql definition

  CREATE TABLE tx_gooffotoboek_basket (
...
add_date datetime default '',
...
)
This gives an error on my MySQL 5.0.22

Using

    add_date datetime default '0000-00-00',

instead works.

Greetings,

Christian Reiter





More information about the TYPO3-english mailing list