[symfony-users] Re: sfWidgetFormDoctrineChoice with i18n

2009-08-18 Thread asim nizam
$c = new Criteria(); $c-addSelectColumn(HrTblMarriagesPeer::ID); $c-addSelectColumn(HrTblMarriagesPeer::HR_TBL_PARTICULARS_ID); $c-addSelectColumn(HrTblMarriagesPeer::MAR_NAME_OF_SPOUSE); $c-add(HrTblMarriagesPeer::HR_TBL_PARTICULARS_ID,2);*/ $this-setWidgets(array(

[symfony-users] jquery ui tabs issue

2009-08-18 Thread sunny
div class=demo div id=tabs ul lia href=#tabs-1Nunc tincidunt/a/li lia href=?php url_for(orgbuilding/new) ?Ajax Tab 1/a/li lia href=orgbuilding/newAjax Tab 2/a/li /ul div id=tabs-1 pFirst tab/p /div

[symfony-users] looking for Developers

2009-08-18 Thread orfalas
My name is Daniel Grifol, IT manager of Grupo Mercantis. Our developments are focused in the world of gambling online, with teams working over some of the most popular sites of this type in the net. We are looking forward creating a team of experts in Symfony for a project based in this

[symfony-users] REST : How to get HTTP request body? (XML)

2009-08-18 Thread Nicolas CHARLOT
Hi all, For a REST web service, we've to retrieve the HTTP request body (POST and PUT). The HTTP request content-type is text/xml and the body contains only an XML string. There is no parameter. I haven't found anything in sfRequest that allows me to retrieve the body. Any ideas? Thanks!

[symfony-users] how to change database login information

2009-08-18 Thread Tones
Howdy, I'm new to Symfony. I've been sent a tarball of a Symfony project by a developer and am trying to get it running in my sandbox. The application insists on using the wrong database authentication credentials. I've changed the credentials in both config/propel.ini and in

[symfony-users] Re: how to change database login information

2009-08-18 Thread Gábor Fási
You changed the correct files, but they are cached for the sake of speed - delete the contents of the cache folder and you'll be fine. On Tue, Aug 18, 2009 at 23:38, Tonest...@eff.org wrote: Howdy, I'm new to Symfony. I've been sent a tarball of a Symfony project by a developer and am

[symfony-users] Re: how to change database login information

2009-08-18 Thread Szabolcs Heilig
Hi Tim, Did you clear the cache? (symfony cc) Szabolcs Heilig Unfortunately, when I try to access the website through my browser, my Apache error log indicates that Symfony is still ignoring my configuration changes and using the old (incorrect) db authentication information.

[symfony-users] Re: how to change database login information

2009-08-18 Thread Eno
On Tue, 18 Aug 2009, Tones wrote: I'm new to Symfony. I've been sent a tarball of a Symfony project by a developer and am trying to get it running in my sandbox. The application insists on using the wrong database authentication credentials. I've changed the credentials in both

[symfony-users] GWT

2009-08-18 Thread Tiago Z.C
Hi, Someone here have experience with work/integration between Symfony and GWT? Is easy to do that? Have some example? Thank you -- Tiago Zortéa de Conto --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony

[symfony-users] Re: Migrating to a new server

2009-08-18 Thread Eno
On Tue, 18 Aug 2009, JoeC wrote: I have a client who has symfony running their site on another server and they would like to migrate to my server. I moved the site over (both servers running Plesk), but the site wont come up. After some digging, I found that this was something that had to

[symfony-users] Re: Migrating to a new server

2009-08-18 Thread Sid Bachtiar
In my experience, Plesk is a PITA. Yes, I fully completely absolutely agree LOL On Wed, Aug 19, 2009 at 4:02 PM, Enosymb...@gmail.com wrote: On Tue, 18 Aug 2009, JoeC wrote: I have a client who has symfony running their site on another server and they would like to migrate to my server.