Hm, I recall having an issue similar to this when I used nested sets in symfony 1.1 with Propel 1.3. But, uh, I thought that was fixed.
I had to hack together a patch for it, though, but it was ugly as hell. If you want, I can try to dig it up. I'm sure it's fixed now though. Hrmmmm..! On Sep 4, 7:31 pm, "Yohan 'rouKs' G." <[EMAIL PROTECTED]> wrote: > Yohan 'rouKs' G. wrote: > > Hi, > > > I'm migrating from propel 1.2 to 1.3 (symfony1.1) and i've got some > > problems with the autoloading... > > > Fatal error: require() [function.require]: Failed opening required > > 'lib/model/om/BaseMenuNodePeer.php' (include_path='.:/usr/share/php:/ > > usr/share/pear:/usr/share/php5/symfony11/lib:/home/yohan/src/plugins/ > > sfPropelPlugin/lib/vendor/:/home/yohan/src/plugins/sfPropelPlugin/lib/ > > vendor/') in /home/yohan/src/lib/model/om/ > > BaseMenuNodeNestedSetPeer.php on line 3 > > > The include_path doesn't contains lib/model ! > > > Has someone a solution ? > > I found why this don't work but no solution :/ > > This is because the addIncludes = false in propel.ini doesn't work with > nested sets. If i manually remove includes, it works. > > Someone have a solution or a patch ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
