[symfony-users] id in url by default

2009-05-21 Thread saturn1...@hotmail.com
Hello, sometimes i have this king of link in my urls : www.site.com/page?symfony=d21599d476b727cfb571f10668bcf1b5 How can i disable this?? Thank's you ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony use

[symfony-users] Re: id in url by default

2009-05-22 Thread saturn1...@hotmail.com
Ok but if a member don't allow cookies ... he can't connect??? THX On 21 mai, 17:57, Frank Stelzer wrote: > This is your session id. Define php/apache that your session handling   > is "only cookie" based and your done. > > Am 21.05.2009 um 17:14 schrieb saturn1

[symfony-users] Re: Save an embedded form that relies on the other form

2009-03-07 Thread saturn1...@hotmail.com
i have the same problem!! What is the good way? plz On 5 fév, 22:25, Timmy wrote: > I have two forms form 1 and form 2. Form 2 is embedded into form 1. On > save form1 must be saved as a new row and therefore recieving a > primary key, Afterwards this foreign key needs to be injected into > form

[symfony-users] Bind Session(user) between backend and frontend

2009-03-09 Thread saturn1...@hotmail.com
Hello, i have a problem with my session. I use sfGuardPlugin. I have 2 apps: backend,frontend. When i log myself in the frontend, i can't go to the backend without relog myself. It's the same when i log mysel in the backend i need to relog me in the frontend to be loggued. Could you help myself?

[symfony-users] Production, Url without index.php don't work

2009-03-11 Thread saturn1...@hotmail.com
Hello everybody. In localhost my website work. But when i deploy it in OVH(share). If i type www.monsite.com/category/2 ---> don't work. but if i type www.monsite.com/index.php/category/2 > work !!! What can i do for the first url work !! Thx everybody !! Have a nice Day !! --~--~

[symfony-users] How to customize backend's route of sfGuard ??

2009-03-17 Thread saturn1...@hotmail.com
Hello, i need to customize my route of sfguard in the backend. By default for example it is backend.php/sf_guard_user/1/edit and if i need backend.php/gestion-membres/1/modifier I try this sf_guard_user_edit: url: /gestion-membres/:id/modifier param: { module: sfGuardUser, action: edit } Bu

[symfony-users] Mime_types Mp3 & upload file

2009-04-08 Thread saturn1...@hotmail.com
Hello in the case of an upload of mp3 file, i write this validator : $this->validatorSchema['son'] = new sfValidatorFile(array( 'required' => true, 'path' => sfConfig::get('sf_upload_dir').'/mp3', 'mime_types' => 'audio/mpeg', 'max_size' => sfConfig::get('app_max_size_mp3'), )); But when i uploa

[symfony-users] Re: Mime_types Mp3 & upload file

2009-04-08 Thread saturn1...@hotmail.com
thx a lot !!! I was bugging since 1 day !! :p On 8 avr, 17:46, FÁSI Gábor wrote: > mime_types should be an array. > > On Wed, Apr 8, 2009 at 10:26, saturn1...@hotmail.com > > wrote: > > > Hello in the case of an upload of mp3 file, i write this validator : > >

[symfony-users] How to have a forum with sf1.2 Doctine

2009-04-18 Thread saturn1...@hotmail.com
Hello i have seen the last topic "forum doctrine symfony" and i saw that there aren't plugin forum for doctrine... So what is the best solution to have a forum with symfony if its possible?? (i don't want write it cause its too long). A Forum plugin for doctrine is coming soon? THX :) --~