RE: [symfony-users] symfony 1.3 - propel build error

2009-11-19 Thread Daniel Kucharski
t; Schema.yml à http://pastebin.org/54845 > > > > > > From: Alexandre SALOME [mailto:alexandre.sal...@gmail.com] > Sent: Wednesday, November 18, 2009 13:07 > To: symfony-users@googlegroups.com > Subject: Re: [symfony-users] symfony 1.3 - propel build error > > > &

RE: [symfony-users] symfony 1.3 - propel build error

2009-11-18 Thread Daniel Kucharski
@googlegroups.com Subject: Re: [symfony-users] symfony 1.3 - propel build error Is that using the latest RC/SVN? I think there has been a bug, but this should be fixed. I checked my project and it works Fabian On Wed, Nov 18, 2009 at 2:38 PM, Daniel Kucharski wrote: > Here you

Re: [symfony-users] symfony 1.3 - propel build error

2009-11-18 Thread Fabian Lange
hema.yml à http://pastebin.org/54845 > > > > > > From: Alexandre SALOME [mailto:alexandre.sal...@gmail.com] > Sent: Wednesday, November 18, 2009 13:07 > To: symfony-users@googlegroups.com > Subject: Re: [symfony-users] symfony 1.3 - propel build error > > > > Could you

RE: [symfony-users] symfony 1.3 - propel build error

2009-11-18 Thread Daniel Kucharski
Here you are: BaseBloggableHasTagPeer.php à http://pastebin.org/54843 Schema.yml à http://pastebin.org/54845 From: Alexandre SALOME [mailto:alexandre.sal...@gmail.com] Sent: Wednesday, November 18, 2009 13:07 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] symfony 1.3

Re: [symfony-users] symfony 1.3 - propel build error

2009-11-18 Thread Alexandre SALOME
Could you create a pastebin with the full BasePeer code, and one with your model definition ? Thanks, Alexandre 2009/11/18 Daniel Kucharski > Hi, > > > > I am trying to port a symfony 1.2 application to 1.3. When regenerating > the model, I get following parse error bel

[symfony-users] symfony 1.3 - propel build error

2009-11-17 Thread Daniel Kucharski
Hi, I am trying to port a symfony 1.2 application to 1.3. When regenerating the model, I get following parse error below. It looks that something goes wrong when the symfony behaviors code is added to the propel generated code (a '}' for closing the method doUpdate is missing). Anybody any