Re: [symfony-users] Re: Production environment

2011-03-15 Thread Federico Bernardin
LL); > init_set('display_errors','on'); > > on top of app.php > > When you find what's not working, just drop those lines again. > > Luck, > > Marc. > > On Mon, Mar 14, 2011 at 6:44 PM, Federico Bernardin > wrote: > Hi, &

Re: [symfony-users] Re: Production environment

2011-03-14 Thread Federico Bernardin
Hi, yes the production deployment is on the root of the domain. If I write: http://www.mysite.com/app.php/hello/Fede the page is blank, but if I write http://www.mysite.com/app_dev.php/hello/Fede all works correctly. Thanks in advance. federico Il giorno 14/mar/2011, alle ore 13.05, Michael Van

Re: [symfony-users] Production environment

2011-03-14 Thread Federico Bernardin
Hi Vincent, The problem is the app.php script because the app_dev.php works correctly. Also with base bundle the app.php doesn't work. The mod_rewrite is correct and php log is empty. It's very strange, what can it be? Il giorno 11/mar/2011, alle ore 19.51, Vincent Lechemin ha scritto: > Did yo

Re: [symfony-users] Production environment

2011-03-12 Thread Federico Bernardin
Hi Vincent, yes mod_rewrite is enable. But my problem is only in the production environment, in the test environment al works correctly and I don't know why. Thanks Federico Il giorno 11/mar/2011, alle ore 19.51, Vincent Lechemin ha scritto: > Did you enable mod_rewrite? Or just check php_error

[symfony-users] Production environment

2011-03-11 Thread Federico Bernardin
Hi, I'm new to Symfony, but I've already used many MVC Framework. Symfony2 seems very nice and robust, but I've a problem with PR3: my bundle test works fine with app_dev front controller, but it doesn't show anything with app controller. Could you help me? Thanks Federico -- If you want to