[symfony-users] Re: problem loading fixture for NestedSet using Doctrine

2009-02-14 Thread Greg Maruszeczka
> I think this may be a bug. Can you create a ticket in > trac.doctrine-project.org ? > > Thanks, Jon Done. http://trac.doctrine-project.org/ticket/1919 Cheers, GM --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: problem loading fixture for NestedSet using Doctrine

2009-02-14 Thread Tsyrulnik V.
I was sure of it, but im wrong :) I've got same error, if root has no children - it fails, looks like a bug. 2009/2/14 Greg Maruszeczka : > >> >> nestedSet, not NestedSet, and everything will be fine >> > > > Thanks for the reply. Are you certain of this? All example schemas > I've seen clearly c

[symfony-users] Re: problem loading fixture for NestedSet using Doctrine

2009-02-14 Thread Jonathan Wage
I think this may be a bug. Can you create a ticket in trac.doctrine-project.org ? Thanks, Jon On Sat, Feb 14, 2009 at 1:23 PM, Greg Maruszeczka wrote: > > > > > nestedSet, not NestedSet, and everything will be fine > > > > > Thanks for the reply. Are you certain of this? All example schemas > I

[symfony-users] Re: problem loading fixture for NestedSet using Doctrine

2009-02-14 Thread Greg Maruszeczka
> > nestedSet, not NestedSet, and everything will be fine > Thanks for the reply. Are you certain of this? All example schemas I've seen clearly capitalize behaviours and as I mentioned, the fixture loads but only if I include children under every root node in a multi-root configuration. --~--~

[symfony-users] Re: problem loading fixture for NestedSet using Doctrine

2009-02-14 Thread Tsyrulnik V.
nestedSet, not NestedSet, and everything will be fine 2009/2/14 Greg Maruszeczka : > > Hi, > > I'm playing around with the nestedSet behaviour using Doctrine and > Symfony 1.2.4 and I can't seem to get my fixtures to load. > > Here's the relevant portion of schema.yml: > > CmsMenu: > actAs: >