[symfony-users] Re: Symfony 1.2 with postgresql

2008-12-16 Thread sh1ny
databases.yml is what you are looking for. It's in the app/config directory. On Dec 16, 6:50 pm, "Marcos Castro" wrote: > Recently I had a little problem dealing with postgresql. I was following day > 3 of Jobeet, and I was not achieving to execute command symfony > propel:insert-sql. > > It see

[symfony-users] Re: eclipse PDT + symfony project build issue

2008-06-29 Thread sh1ny
Well for the moment im using zend eclipse + aptana + lots of addons, but eventually ill switch to pdt after pdt 1.1 comes out. On 29 Юни, 17:58, "Nicolas Perriault" <[EMAIL PROTECTED]> wrote: > 2008/6/29 sh1ny <[EMAIL PROTECTED]>: > > >http://dev.eclipse.or

[symfony-users] Re: eclipse PDT + symfony project build issue

2008-06-29 Thread sh1ny
http://dev.eclipse.org/newslists/news.eclipse.tools.pdt/msg01979.html On 29 Юни, 15:59, Catalin Constantin <[EMAIL PROTECTED]> wrote: > Hello, > > I am using Eclipse PDT for our Symfony projects. > The problem i have is that Eclipse PDT when building the PHP projects, > search in all folders fo

[symfony-users] Re: Two forms on same page with PostValidator on one of them ( symfony 1.1 )

2008-06-29 Thread sh1ny
e which one has been > posted and then only bind this one. > > Fabien > > -- > Fabien Potencier > Sensio CEO - symfony lead developer > sensiolabs.com | symfony-project.com | aide-de-camp.org > Tél: +33 1 40 99 80 80 > > sh1ny wrote: > > Hello. I've run into some od

[symfony-users] Two forms on same page with PostValidator on one of them ( symfony 1.1 )

2008-06-29 Thread sh1ny
Hello. I've run into some oddness ( or it's probably just me, doing things wrong ), but i need a little advice on multiple forms with 1.1 . The basic setup is 2 forms for user profile, in ajax tabs ( yui tabs to be exact ). One form is for password change/email change, the other form is profile -

[symfony-users] symfony 1.1, sfGuardDoctrine, sfDoctrinePlugin are not working properly with postgres

2008-06-22 Thread sh1ny
The example is with sfGuardDoctrine plugin, but i am sure the core of the problem is somewhere within Doctrine and/or the sfDoctrinePlugin itself. Basicly, what gets broken is adding a new user trough the generated admin interface. The error i get is : [Doctrine_Connection_Pgsql_Exception] SQLST

[symfony-users] Re: symfony 1.1 sfDoctrinePlugin doctrine:build-forms incorrect path

2008-06-21 Thread sh1ny
Thanks for this one. I had the same problem with it, but the strange thing is it works fine under linux, it only blows up in Windows. On 21 Юни, 02:15, "Charles Hilditch" <[EMAIL PROTECTED]> wrote: > I had a problem building form classes in symfony 1.1 on windows using > sfDoctrinePlugin, the pat