[symfony-users] Re: fixtures segmentation fault

2010-01-12 Thread Tom Ptacnik
It looks like the problem is in the fixtures, not in schema...don't you think ? see >> doctrine Loading data fixtures from >> "/lan/http/symfony/projects/cms/data/fixtures" Segmentation fault Other thing I would advice is remove parts of schema of AclUser or parts of fixtures for AclUser and de

[symfony-users] Re: fixtures segmentation fault

2010-01-11 Thread lorenx
hi and thanks for your reply! the problem is related to AclUser (if i remove both entries, all works as expected) the AclUser schema is the following: AclUser: tableName: acl_user columns: id: type: integer(4) primary: true autoincrement: true username: type: s

Re: [symfony-users] Re: fixtures segmentation fault

2010-01-11 Thread Stéphane
Try minimizing your schema (with only two classes for example) without any _ in your fields (prefer camelCase) and tell us. Cheers, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Jan 11, 2010 at 4:13 P

[symfony-users] Re: fixtures segmentation fault

2010-01-11 Thread lorenx
any suggestion? thanks... On Jan 8, 3:23 pm, lorenx wrote: > hi all, > have the couple schema/data that worked with symfony 1.2 but now, with > v1.4, i recieve: > > >> doctrine  Loading data fixtures from > >> "/lan/http/symfony/projects/cms/data/fixtures" > > Segmentation fault > > it seems a