[symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread PachinSV
Creo que el problema es que symfony 1.3 y 1.4 usa Doctrine como default, Ej.: Cuando creas un nuevo proyecto tienes que usar el parametro --orm=Propel (si quieres ocupar Propel, de otra manera el proyecto usarĂ¡ Doctrine), espero sea de tu ayuda, saludos! ---

Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread Rebecca Bielecki
-Emil Lupu To: symfony-users@googlegroups.com Sent: Wednesday, February 03, 2010 8:15 AM Subject: Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3 existing project is pretty hard to change ... you would need to get into existing actions and check if

Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-03 Thread Rebecca Bielecki
fony-users@googlegroups.com Sent: Wednesday, February 03, 2010 8:15 AM Subject: Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3 existing project is pretty hard to change ... you would need to get into existing actions and check if they are using criteria .

Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread Rebecca Bielecki
bruary 02, 2010 9:27 PM Subject: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3 Creo que el problema es que symfony 1.3 y 1.4 usa Doctrine como default, Ej.: Cuando creas un nuevo proyecto tienes que usar el parametro --orm=Propel (si quieres ocupar Prope

Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread Rebecca Bielecki
ymfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3 Creo que el problema es que symfony 1.3 y 1.4 usa Doctrine como default, Ej.: Cuando creas un nuevo proyecto tienes que usar el parametro --orm=Propel (si quieres ocupar Propel, de otra manera el proyecto usarĂ¡ Doct

Re: [symfony-users] Re: No Propel in Available Tasks: upgrade from Symfony 1.1 to 1.2/1.3

2010-02-02 Thread Alexandru-Emil Lupu
to generate new project > and then port my existing project to the new project. > > Thanks for your help. > > > - Original Message - From: "PachinSV" > To: "symfony users" > Sent: Tuesday, February 02, 2010 9:27 PM > Subject: [symfony-users] Re: No