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
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
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
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?
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 !!
--~--~
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
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
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 :
>
>
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 :)
--~