Re: [symfony-users] no_script_name and problems with URI

2010-07-23 Thread mehdi hadef
Yes by default it should take the action index like you say but it does not in my case. Maybe it's due to the fact that the URI have parameters ? I think it's not clean because I found strange that changing a parameter in my settings.yml forced me to modify my routings.yml to work. 2010/7/21

[symfony-users] creating 2 websites (different domain name) sharing the samedatabse

2010-05-25 Thread mehdi hadef
Hi all, I would like to know if there is an easy way using symfony to create 2 website (with different domain name) that sharing the same database and session/cookie variable. Thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

Re: [symfony-users] creating 2 websites (different domain name) sharing the samedatabse

2010-05-25 Thread mehdi hadef
in your index.php which domain name you have and launch the appropriate application Tom On Tue, May 25, 2010 at 5:21 AM, mehdi hadef mehdi.ha...@gmail.com wrote: Hi all, I would like to know if there is an easy way using symfony to create 2 website (with different domain name) that sharing

Re: [symfony-users] creating 2 websites (different domain name) sharing the samedatabse

2010-05-25 Thread mehdi hadef
OK. Thanks to Eno and you 2010/5/25 Tom Haskins-Vaughan t...@templestreetmedia.com Actually, no, Eno is right. You can't share session cookies between domains. On Tue, May 25, 2010 at 11:54 AM, mehdi hadef mehdi.ha...@gmail.com wrote: Could I share cookies and session between the two

Re: [symfony-users] [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread mehdi hadef
Hi SatBoy, can you show us the seetings.yml file of your back end application. (apps/yourBackOffice/config/settings.yml 2010/5/4 SatBoy78 bruno.mat...@gmail.com hi all, I've got a strange problem with symfony: I've installed sfDoctrineGuardPlugin and after this I can't access to my backend,

Re: [symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread mehdi hadef
settings escaping_strategy: true escaping_method:ESC_SPECIALCHARS # Enable the database manager use_database: true thanks a lot On 4 Mag, 11:13, mehdi hadef mehdi.ha...@gmail.com wrote: Hi SatBoy, can you show us the seetings.yml file of your back

Re: [symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread mehdi hadef
Ok. Maybe you should customize the sfGuardAuth module. See the step corresponding at http://www.symfony-project.org/plugins/sfDoctrineGuardPlugin, section begin by Customize sfGuardAuth module templates. It could solve you problem. In my case I customized it and it works fine. 2010/5/4 SatBoy78

Re: [symfony-users] Re: [backend] blank page after I've installed sfDoctrineGuardPlugin

2010-05-04 Thread mehdi hadef
To view error log in web page (instead of the blank page), check you have fo_dev.php in your url. 2010/5/4 Daniel Lohse annismcken...@googlemail.com It's in the plugin itself but when you need to customize the templates for the signin action then you'll need to create a module in your app

[symfony-users] performance problem with sfDoctrinePage on symfony 1.2

2010-04-19 Thread mehdi hadef
Hi all, I have a performance problem on a page using sfDoctrinePager. It takes more than 5 seconds to display the page on local server. Let's see the code in my actions.class about the pager : $this-product = $this-getRoute()-getObject(); $this-pager = new sfDoctrinePager(