[symfony-users] 500 internal server error

2009-11-20 Thread Parijat Kalia
Hey guys, I just update my database and carried out symfony clear cache as well as symfony propel:build-all-load. I introduced a few input_file_tags into my template and the necessary code in the action as well. however, now I am running into the 500 internal server error. I tried clearing the ca

Re: [symfony-users] Redirection after submitting a New form

2009-11-20 Thread Parijat Kalia
there is a symfony directive called $this->redirect('module/page')...google it up and check out the parameters that go in... On Fri, Nov 20, 2009 at 7:20 AM, tirengarfio wrote: > Hi, > > i have created a module (generate-module) in base of Message model. > When i execute message/new and then i p

[symfony-users] Re: sfDoctrineGuardPlugin errors with 1.3/1.4

2009-11-20 Thread Greg Freeman
It's a standard install. On Nov 18, 10:07 pm, Alexandre SALOME wrote: > It works fine for me. > > Did you tuned anything ? > > 2009/11/18 Greg Freeman > > > > > Has anyone been using sfDoctrineGuardPlugin from the trunk with > > symfony 1.3/1.4? > > > I can install it, add users by the command l

Re: [symfony-users] Remove the layout from the signining page

2009-11-20 Thread Parijat Kalia
Go to config of your application, go to view.yamlspecify the page you don't want the layout and set has_layout: off On Fri, Nov 20, 2009 at 12:14 PM, tirengarfio wrote: > Hi, > > I have started to create the layout for my app, but it also appears in > my signining page... > > I dont want tha

[symfony-users] Re: Bonjour - nouvel utilisateur a un probleme 'unable to write cache file'

2009-11-20 Thread Malcolm
Haha - thanks Sid! The first couple of messages I saw here were in French and I saw lots of French user names so I incorrectly assumes that was the language of choice here - posting again in English... :) On 20 nov, 12:29, Sid Bachtiar wrote: > Hi Malcolm, > > Nice to meet you :D > > Some of us

[symfony-users] Writing to cache tree problem, does not seem permissions related

2009-11-20 Thread Malcolm
I have to work on an existing project under Symfony 1021. I acquired the project from SVN. Since I use Mac OS, and my hard drive is formatted as case-insensitive, I had to mount a disk image formatted as case sensitive and establish the project on that, so that the svn checkout could succeed - thi

[symfony-users] Remove the layout from the signining page

2009-11-20 Thread tirengarfio
Hi, I have started to create the layout for my app, but it also appears in my signining page... I dont want that, so what can i do? Bye Javi -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@

[symfony-users] Remove the layout from the signining page

2009-11-20 Thread tirengarfio
Hi, I have started to create the layout for my app, but it also appears in my signining page... I dont want that, so what can i do? Bye Javi -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@

[symfony-users] Trying to fetch one column

2009-11-20 Thread tirengarfio
Hi, i have a table to with two fields: user1 and user2. I have also this code to fetch the user2 column: // Extraemos los amigos del usuario de la sesion. $this->friend_list = Doctrine::getTable('FriendReference') ->createQuery('a') ->select('a.user2') ->where("a.user1 LIKE

Re: [symfony-users] Re: Redirection after submitting a New form

2009-11-20 Thread Martin Ibarra Cervantes
On Fri, Nov 20, 2009 at 9:16 AM, tirengarfio wrote: > Thanks Ashton! > > On Nov 20, 10:26 am, Ashton Honnecke wrote: >> In processForm. >> >> Ashton Honnecke >> ahonne...@gmail.com >> >> On Nov 20, 2009, at 8:20, tirengarfio wrote: >> >> > Hi, >> >> > i have created a module (generate-module) in

[symfony-users] Re: Redirection after submitting a New form

2009-11-20 Thread tirengarfio
Thanks Ashton! On Nov 20, 10:26 am, Ashton Honnecke wrote: > In processForm. > > Ashton Honnecke > ahonne...@gmail.com > > On Nov 20, 2009, at 8:20, tirengarfio wrote: > > > Hi, > > > i have created a module (generate-module) in base of Message model. > > When i execute message/new and then i pu

Re: [symfony-users] Redirection after submitting a New form

2009-11-20 Thread Ashton Honnecke
In processForm. Ashton Honnecke ahonne...@gmail.com On Nov 20, 2009, at 8:20, tirengarfio wrote: > Hi, > > i have created a module (generate-module) in base of Message model. > When i execute message/new and then i push the "Save" button the app > redirects me to the message/edit page. > > I ha

[symfony-users] Redirection after submitting a New form

2009-11-20 Thread tirengarfio
Hi, i have created a module (generate-module) in base of Message model. When i execute message/new and then i push the "Save" button the app redirects me to the message/edit page. I have opened actions.class.php and i have checked the createSuccess() function. I expected to find a redirection to

Re: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Fabien Potencier
I have tried to unsubscribe you and others who asked in this thread but I also have an error message from Google: "An error occurred while processing your request..." The weird thing is that your emails have never been validated, so you should not have received any email. There is definitely a

[symfony-users] a couple of Symfony contracts in NY

2009-11-20 Thread b...@capitalmarketsp.com
Hello everyone, I'm new to this group. I run a boutique career advisement and recruiting firm specializing in web2.0 development talent and projects. We typically have lots of work and all of our jobs are listed on http://www.CMP.jobs. I promise not to spam but will provide unique, well paid opp

RE: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Damien Brugne
You need the Google account registered to the group to access web interface unsubscribe. I created an Google account with my address, subscribed to the list and then unsubscribed. But I still receive e-mails. An admin' can remove me from the list ? dbrugne [at] x-prime [dot] com Damien. -M

Re: [symfony-users] sfWebRequest::getRelativeUrlRoot inside sfWidgetForm

2009-11-20 Thread Thomas Rabaix
Just set any external values as a form options ... On Fri, Nov 20, 2009 at 11:58 AM, ken wrote: > What is the best way of referencing sfWebRequest::getRelativeUrlRoot > inside sfWidgetForm without needing sfContext? Is it a good idea for a > widget image assets to be dependent on the relativeurlr

Re: [symfony-users] Dependency injection component & conditionnal dependencies

2009-11-20 Thread Lukas Kahwe Smith
On 24.10.2009, at 00:43, jukea wrote: > > Hi, > > I just went through the whole DI documentation, but I'm still left > with 2 question : > > I want to build an environment where plugins will define services. > I'm planning have each plugin specify their own service definitions, > in XML too, w

Re: AW: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Lee Bolding
Your souls belong to us now. (no, you can't have them back) On 20 Nov 2009, at 11:17, Patrick Landolt wrote: > I guess you can't imagine that we already tried that... > > -Ursprüngliche Nachricht- > Von: Thomas Rabaix [mailto:thomas.rab...@gmail.com] > Gesendet: Freitag, 20. November 2

Re: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Thomas Rabaix
Alright then ... filter => move to trash ... On Fri, Nov 20, 2009 at 12:17 PM, Patrick Landolt wrote: > I guess you can't imagine that we already tried that... > > -Ursprüngliche Nachricht- > Von: Thomas Rabaix [mailto:thomas.rab...@gmail.com] > Gesendet: Freitag, 20. November 2009 12:10

AW: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Patrick Landolt
I guess you can't imagine that we already tried that... -Ursprüngliche Nachricht- Von: Thomas Rabaix [mailto:thomas.rab...@gmail.com] Gesendet: Freitag, 20. November 2009 12:10 An: symfony-users@googlegroups.com Betreff: Re: AW: [symfony-users] Unsubscribe from the group Connect to googl

Re: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Thomas Rabaix
Connect to google groups and unsubscribe from the web interface. I guess you will never say thanks ;) On Fri, Nov 20, 2009 at 9:33 AM, Philipp Engel wrote: > Me too!!! > > thx > > Patrick Landolt schrieb: > > Same problem here! > > > > please remove me, too. > > > > thanks > > > > Von: Damien Br

[symfony-users] sfWebRequest::getRelativeUrlRoot inside sfWidgetForm

2009-11-20 Thread ken
What is the best way of referencing sfWebRequest::getRelativeUrlRoot inside sfWidgetForm without needing sfContext? Is it a good idea for a widget image assets to be dependent on the relativeurlroot or it is better to use absolute path? -- You received this message because you are subscribed to t

Re: AW: [symfony-users] Unsubscribe from the group

2009-11-20 Thread Philipp Engel
Me too!!! thx Patrick Landolt schrieb: > > Same problem here! > > > > please remove me, too. > > > > thanks > > > > *Von:* Damien Brugne [mailto:dbru...@x-prime.com] > *Gesendet:* Donnerstag, 19. November 2009 18:22 > *An:* symfony-users@googlegroups.com > *Betreff:* [symfony-users] Unsubsc

Re: [symfony-users] Re: Save embedded forms at diferent times

2009-11-20 Thread Stefan Paschke
Hi Germana On Nov 20, 2009, at 1:43 AM, Germana Oliveira wrote: > Wel i have this in my lib/form/AudienciaForm.class.php > > public function configure() > { >if ($this->isNew()) >{ >$conciliadorForm = new AudienciaConciliadorForm(); >$denuncianteForm = new PersonaForm(nul