Hi Folks, since Hans and his collegues broke the sfPropel13Plugin again, you cannot build your model anymore. Here is the patch for that issue.
1. Apply the appended patch to sfPropel13Plugin/lib/propel/builder/sfPeerBuilder.php 2. Create a new file sfPropel13Plugin/lib/vendor/propel-generator/classes/propel/engine/builder/om/php5/PHP5ComplexObjectBuilder.php with the content: <?php require_once('propel/engine/builder/om/php5/PHP5ObjectBuilder.php'); class PHP5ComplexObjectBuilder extends PHP5ObjectBuilder { } ?> 3. You are done. Tristan: Could you please put the patch into the repository if the solution is ok for you? Carsten --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---