[symfony-users] Re: Error 500 backend application in production

2010-03-28 Thread Jose San Gil
it point to index.php Disable this setting (and enable it in the frontend), clear your cache and you should be fine. On Wed, Mar 24, 2010 at 03:56, Jose San Gil jsangi...@gmail.com wrote: Hi Gábor, I checked in the settings.yml and the no_script_name is enable. Also, I took a look

[symfony-users] Re: Error 500 backend application in production

2010-03-23 Thread Jose San Gil
Fási maerl...@gmail.com wrote: Check your loginform's template to see if it echoes the correct url in the action property, also check if you have no_script_name disabled in the backend's settings.yml On Mon, Mar 22, 2010 at 01:24, Jose San Gil jsangi...@gmail.com wrote: Hi everybody, I'm

[symfony-users] Error 500 backend application in production

2010-03-21 Thread Jose San Gil
Hi everybody, I'm working in a project with frontend and backend application. The index.php of the project points to the frontend app and all the actions work great in this app over the production server However, when I try to use the backend application, the problems start. If I try to login

[symfony-users] Re: Modify sfGuardUserForm fields

2010-01-14 Thread Jose San Gil
thanks to both of you. I have been trying to keep the plugin without changes and your solution worked. Actually was very easy. I just override the sfGuardUserAdminForm.class.php and modified the validation of the 'permissions_list' field. It doesn't work before because I was trying to change

[symfony-users] Modify sfGuardUserForm fields

2010-01-12 Thread Jose San Gil
Hi folks! I'm trying to modify the validation of the 'permissions_list' field generated in the basesfGuardUserForm.class.php. I want to set the 'required' option to 'True'. I tried with this: class sfGuardUserForm extends PluginsfGuardUserForm { public function configure() {

[symfony-users] Re: Custom FormFilter

2009-10-03 Thread Jose San Gil
Hi!! Did you find some way to solve your problem? On 8 sep, 12:38, Stefano stef...@sancese.com wrote: Hi, to all. I'm customizing an Admin generated FormFilter with a Date Range. I redefined the widget using two sfWidgetFormFilterInput for the from and to fields, since I don't like the

[symfony-users] Re: Custom Fields in sfGuardUser list filters

2009-09-17 Thread Jose San Gil
Hello... maybe it's to late but, did you find a solution to this problem? On 24 jul, 11:46, Denis Fingonnet dfingon...@gmail.com wrote: Hello all, I'm stuck here, I need help from the community. Here is my schema : MyUser:   columns:     sf_guard_user_id:       type: integer(4)  

[symfony-users] Re: Routes of action links in admin module

2009-09-10 Thread Jose San Gil
thanks Juan Pablo, the problem was the name in the routing. I've been using sfGuardUser instead of sf_guard_user... I know that's embarassing.. Muchas gracias, está muy bien tu blog! José A. On Sep 10, 4:10 pm, Juan Pablo Romero Bernal jromerober...@gmail.com wrote: Hi, But when i check

[symfony-users] Routes of action links in admin module

2009-09-09 Thread Jose San Gil
Hi all, I'm working with the sfDoctrineGuardPlugin. I customized the sfGuardUser module and the routing.yml file: sfGuardUser_new: url: /usuarios/new.:sf_format class: sfDoctrineRoute options: model:sfGuardUser module: sfGuardUser type: object

[symfony-users] Re: Routes of action links in admin module

2009-09-09 Thread Jose San Gil
anybody? I just want to change the URL from the actions links. I'm talking about the links automatically placed by symfony. thanks Jose A On 9 sep, 23:07, Jose San Gil jsangi...@gmail.com wrote: Hi all, I'm working with the sfDoctrineGuardPlugin. I customized the sfGuardUser module