I 'always' have to add
require_once($sf_symfony_lib_dir.'/util/sfCore.class.php');
in lib/symfony/symfony.php just before
sfCore::initAutoload();

 I am not sure whats the reason but default symfony.php never works
for me. I posted about this on the list but got no response so I guess
it only happens with me :) May be you want to try this.

Regards,
Amit.

On 7/2/07, Ian P. Christian <[EMAIL PROTECTED]> wrote:
> 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
>
>
>


-- 
w: www.techjini.com | www.cheermyteam.com | www.valuejini.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to