Re: [Models] saveAll doesn't work

2012-08-01 Thread TWEESTY
body" column which does not > allow null values. So either change the table so that "body" DOES accept > null values, or ensure that the data you're saving has a non-null "body" > value. > > On Tuesday, July 31, 2012 3:12:03 AM UTC-7, TWEESTY wrote: >

Re: [Models] saveAll doesn't work

2012-07-31 Thread TWEESTY
Up. Thanks ! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googleg

[Models] saveAll doesn't work

2012-07-30 Thread TWEESTY
Hi all! I have one problem with the methode saveAll. I do a saveAll and i have this error : SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "body" violates not-null constraint Here, my models : class Topic extends AppModel { public $name = 'Topic'; public $belongs