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 -~----------~----~----~----~------~----~------~--~---
