Mysqli statement execute error : Incorrect datetime value: 'NOW()' for column 't

Im getting this error when I try to edit or add new records. It showed up when I upgraded to 1.3.2. Infrastructure is PHP V5.2.17, MySQL 5.0.90 on a separate database computer. Anyone have any ideas?

Mysqli statement execute error : Incorrect datetime value: 'NOW()' for column 'time' at row 1

This is a bug in Omeka (one that will be fixed in the soon-to-arrive 1.4 release).

One thing you can try now is disabling strict SQL mode for your server (or enabling ALLOW_INVALID_DATES).