For this purpose i set normally the logging level on my production server
to the debug level. If you are lucky, you can better find the problem.
But do not forget to change the logging level again, when you found the
problem :)
Perhaps there is somewhere an exception thrown, which is not
logged/displayed when SF_DEBUG is set to false (normally exceptions are
only logged on a producation server).
- Frank
> Hi,
>
> I've recently tried to upgrade an application, and found that the
> production controller no longer works - it just dies silently.
>
> # ./symfony cc
> # tail log/* -f /var/log/apache2/*_log
>
> ==> /var/log/apache2/suphp_log <=[Mon Jul 02 12:52:17 2007] [info]
> Executing
> "/var/www/admin.site.co.uk/web/index.php" as UID 81, GID 81
>
> ==> log/admin_prod.log <=Jul 02 12:52:18 symfony [info] {sfRouting}
> connect "/"
> Jul 02 12:52:18 symfony [info] {sfRouting} connect "/symfony/:action/*"
> Jul 02 12:52:18 symfony [info] {sfRouting} connect "/:module"
> Jul 02 12:52:18 symfony [info] {sfRouting} connect "/:module/:action/*"
>
> ==> /var/log/apache2/access_log <=x.x.x.x - pookey [02/Jul/2007:12:52:17
> +0100] "GET /index.php/ HTTP/1.1"
> 200 - "http://admin.site.co.uk/index.php/ftp" "Mozilla/5.0 (X11; U;
> Linux i686; en-US; rv:1.8.1.4) Gecko/20070623 Firefox/2.0.0.4"
>
>
>
> however....
>
> If I change SF_DEBUG to true in my index.php , it works fine.
>
> This is making it a little tricky for me to figure out what's happening
> - anyone have any ideas?
>
> Thanks,
>
> --
> Ian P. Christian ~ http://pookey.co.uk
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---