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