It looks like your mysql server is running in strict mode. I'm still cleaning things up so it doesn't bark about these errors, but you can take your mysql server out of strict mode by running the following SQL command:

SET GLOBAL SQL_MODE='';