[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-13 Thread josesilva
thank you all for your help I could solve the problem I was missing a library php-pgsql. was right to the extent that I lack. install the extension and change the php.ini and perfect thanks On 13 jul, 15:48, josesilva wrote: > yes i enable the pgsql and nothing the same error > > On 13 jul, 12

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-13 Thread josesilva
yes i enable the pgsql and nothing the same error On 13 jul, 12:28, Reynier Pérez Mira wrote: > josesilva wrote: > > I have not enabled. I use pgsql > > Then you have to enable pdo_pgsql try this and tell us > Cheers > -- > Ing. Reynier Pérez Mira --~--~-~--~~~---~--~

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-13 Thread Reynier Pérez Mira
josesilva wrote: > I have not enabled. I use pgsql > Then you have to enable pdo_pgsql try this and tell us Cheers -- Ing. Reynier Pérez Mira --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. T

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-13 Thread josesilva
I have not enabled. I use pgsql On 13 jul, 11:25, Gábor Fási wrote: > Do you have pdo and pdo_mysql enabled in the php.ini your cli uses? > > On Mon, Jul 13, 2009 at 17:05, josesilva wrote: > > > hi. I check the php and yes is PHP 5.2.6 and also supports xml and > > xsl > > > my schema is the fo

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-13 Thread Gábor Fási
Do you have pdo and pdo_mysql enabled in the php.ini your cli uses? On Mon, Jul 13, 2009 at 17:05, josesilva wrote: > > hi. I check the php and yes is PHP 5.2.6 and also supports xml and > xsl > > my schema is the following > > 2 tables > > propel: >  _attributes: >    package: lib.model >  ciuda

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-13 Thread josesilva
hi. I check the php and yes is PHP 5.2.6 and also supports xml and xsl my schema is the following 2 tables propel: _attributes: package: lib.model ciudad: _attributes: idMethod: native id: type: INTEGER required: true autoIncrement: true primaryKey:

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread Eno
On Fri, 10 Jul 2009, josesilva wrote: > > with propel and use symfony 1.2.7 > What does your schema look like? Does you php cli have support for xml and xsl? (Run "php -m" to check). Also, Im assuming you have PHP 5.2? (I think symfony 1.2.7 requires PHP > 5.2). -- --~--~-~--

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread josesilva
with propel and use symfony 1.2.7 On Jul 10, 6:54 pm, Alexandru-Emil Lupu wrote: > when have you installed your symfony, and wich way (svn or repo)? > ** also what version are you using ? > alecs > > > > On Sat, Jul 11, 2009 at 1:45 AM, josesilva wrote: > > > Hi I have a problem when generating

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread josesilva
with propel On Jul 10, 6:54 pm, Alexandru-Emil Lupu wrote: > when have you installed your symfony, and wich way (svn or repo)? > ** also what version are you using ? > alecs > > > > On Sat, Jul 11, 2009 at 1:45 AM, josesilva wrote: > > > Hi I have a problem when generating the task symfony-prop

[symfony-users] Re: problem with the task symfony-propel-build-schema

2009-07-10 Thread Alexandru-Emil Lupu
when have you installed your symfony, and wich way (svn or repo)? ** also what version are you using ? alecs On Sat, Jul 11, 2009 at 1:45 AM, josesilva wrote: > > > Hi I have a problem when generating the task symfony-propel- > buildschema > > This returns me the following error [propel-