[symfony-users] Re: Problem with fixtures and nested set behaviour schema

2010-10-14 Thread Benjamin
Ok, I found the problem. In my first attempt, I forgot the "NestedSet: true" command in the nested-set part of the fixture. To see what is going wrong, I commented out another fixture where I refer to the Mname dataset. But in that fixture I forgot to uncomment also the class name in the first line

[symfony-users] Re: Problem with fixtures and nested set behaviour schema

2010-10-14 Thread Benjamin
Hello, On 14 Okt., 11:37, Sela Yair wrote: > i would assume it's the database relations, do you use the same database on > windows and ubuntu? The Webserver environments are the same on both machines: Apache 2.2.14 + PHP 5.3.1 + MySQL 5.1.41 And sorry for the mistake in the fixture example. I c