[symfony-users] Re: day 16: Integrity constraint violation: 1048 Column 'affiliate_id' cannot be null

2009-08-17 Thread luigi
Hi, I downloaded the svn version file of schema.yaml Now ti's all ok. Try this. JobeetCategory: actAs: Timestampable: ~ Sluggable: fields: [name] columns: name: type: string(255) notnull: true JobeetJob: actAs: Timestampable: ~ columns:

[symfony-users] Re: day 16: Integrity constraint violation: 1048 Column 'affiliate_id' cannot be null

2009-08-16 Thread luigi
OK, but thi is not the solution. I load first categories and then affiliates but i've teh same error. I load first affiliates and then categories but i've teh same error. On 9 Ago, 06:50, Eno symb...@gmail.com wrote: On Fri, 7 Aug 2009, Verhavert Maarten wrote: I'm having the same problem.

[symfony-users] Re: day 16: Integrity constraint violation: 1048 Column 'affiliate_id' cannot be null

2009-08-08 Thread Eno
On Fri, 7 Aug 2009, Verhavert Maarten wrote: I'm having the same problem. Always getting that error when i try to use fixtures. Does anyone have a solution. In the docs, it is mentioned that fixtures are loaded in order by filename. So, if you have fields that depend on foreign keys, those

[symfony-users] Re: day 16: Integrity constraint violation: 1048 Column 'affiliate_id' cannot be null

2009-08-07 Thread luigi
Yes, I can't use fixtures. On 3 Ago, 23:29, Eno symb...@gmail.com wrote: On Mon, 3 Aug 2009, luigi wrote: at the begin of the day, tutorial ask to change schema and fixture. When I execute doctrine:data-load after rebuild the db, Symfony shows this message: Integrity constraint

[symfony-users] Re: day 16: Integrity constraint violation: 1048 Column 'affiliate_id' cannot be null

2009-08-07 Thread Verhavert Maarten
Hey Guys, I'm having the same problem. Always getting that error when i try to use fixtures. Does anyone have a solution. grtz Maarten luigi schreef: Yes, I can't use fixtures. On 3 Ago, 23:29, Eno symb...@gmail.com wrote: On Mon, 3 Aug 2009, luigi wrote: at the begin of

[symfony-users] Re: day 16: Integrity constraint violation: 1048 Column 'affiliate_id' cannot be null

2009-08-03 Thread Eno
On Mon, 3 Aug 2009, luigi wrote: at the begin of the day, tutorial ask to change schema and fixture. When I execute doctrine:data-load after rebuild the db, Symfony shows this message: Integrity constraint violation: 1048 Column 'affiliate_id' cannot be null How can I resolve it? I