btw, i use symfony 1.0.7 on php 5.2.3 and works ok
the same aplication on symfony 1.0.10 on php 5.2.4-2 (debian's
package) adn then i get the error, i try symfony 1.0.7, 1.0.11 and all
get the error, so now i am tring to test other php convination.


On Feb 7, 2008 12:07 PM, Luciano A. Andrade <[EMAIL PROTECTED]> wrote:
> I have another blank screen, i read
> http://www.symfony-project.org/forum/index.php/t/4167/
> but none of the solution seams to work, except to change the SF_DEBUG
> constant to true.
>
> Trying to debug this problem i found two different behavior in the dev
> and prod environments.
> first only prod has config_bootstrap_compile.yml.php.
> and second, on prod i add
> var_dump(get_included_files());
> on the index.php before
> sfContext::getInstance()->getController()->dispatch();
> and didn't show an inclusion of sfFrontWebController, but
> sfContext::getInstance()->getController() is an instance of class
> sfFrontWebController, and is in the dispatch method that i get the
> blank page. And i can't stop the execution on the dispatch method of
> the sfFrontWebController since is never reached (or at least is not
> dieing there) So i don't know where to continue the debug.
>
> ¿can any one explain why the file
> lib/controller/sfFrontWebController.class.php is not included? and/or
> ¿why i can't stop (ie die(); ) in the method dispatch of the
> sfFrontWebController class?
>

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