[symfony-users] Re: Migration table generate table connection

2010-09-17 Thread luigi
Ops! It's my error. In lib folder there wac a model with name connection. Excuse me. On 17 Set, 12:04, luigi wrote: > Hi, > I executed the task doctrine:generate-migrations-diff. > System generate the migration class, but in this class the system add > a new table

[symfony-users] Migration table generate table connection

2010-09-17 Thread luigi
Hi, I executed the task doctrine:generate-migrations-diff. System generate the migration class, but in this class the system add a new table named "connection". class Version1 extends Doctrine_Migration_Base { public function up() { $this->dropTable('connnection'); <-???

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

2009-08-17 Thread luigi
t.org/doctrine/tags/release_day_16/config/doctrine/ by. Luigi Massa On 7 Ago, 11:20, Verhavert Maarten wrote: > 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 > &g

[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 wrote: > On Fri, 7 Aug 2009, Verhavert Maarten wrote: > > I'm having the same problem. Always getting t

[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 wrote: > On Fri, 7 Aug 2009, Verhavert Maarten wrote: > > I'm having the same problem. Always getting t

[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 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: > >

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

2009-08-03 Thread luigi
e. I found only this post. http://www.developpez.net/forums/d707479/php/bibliotheques-f rameworks/symfony/tuto-jobeet-day-16-reintegration-donnees/. Actually I loaded manually datas. Can anuybody help me? Regards. Luigi Massa --~--~-~--~~~---~--~~ You received th