[symfony-users] Adding plugin: sfDoctineApply

2010-05-09 Thread Zackary
Greetings! I've been trying to add the sfDoctrineApply plugin to a new project. I really new to symfony, so I'd really appreciate any guidance, with installing this plugin. I think my fundamental problem right now is that I don't know how to add plugins. Question: Where do I place sfDoctrineApply

[symfony-users] Re: Adding plugin: sfDoctineApply

2010-05-09 Thread Zackary
Ok, I managed to get it working by using php symfony plugin:install sfDoctineApply -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To pos

[symfony-users] Re: Adding plugin: sfDoctineApply

2010-05-09 Thread Zackary
Thanks for the advice. Currently I have the error Fatal error: Class 'sfGuardUserProfileForm' not found in /home/user/ sfprojects/saveparty_beta/plugins/sfDoctrineApplyPlugin/lib/form/ sfApplyApplyForm.class.php on line 3 -- If you want to report a vulnerability issue on symfony, please send it

[symfony-users] Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Zackary
I have a problem with the "release" version of my site. More specifically, pages which I can view in development mode, e.g. localhost/frontend_dev.php/mydata can't be viewed when under release mode. What happens is that url_for() generates a link to localhost/mydata but when I click on the link,

[symfony-users] Re: Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Zackary
Thanks for the response. I have .htaccess in my web/ directory (which is on my "prod server"=localhost), I have not changed it. I don't know what format it is, but its contents are given below. Are they correct? Options +FollowSymLinks +ExecCGI RewriteEngine On # uncomment the following li

[symfony-users] Re: Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Zackary
> Also, does your web server have mod_rewrite available and switched on for > your web folder? Thanks! That's exactly the problem. I'm new to all this, so is this something that I should have read in the manual, or something I pick up along the way (e.g. through bulletin boards), or is there some