It could be that your MySQL install is running in strict mode, though I haven't seen it impact the post field before. Try running this SQL command:

SQL Query
SET @@global.sql_mode= ''

Last edited by Rick; 04/03/2011 10:10 AM.