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