When forcing a return from an action method (usually to end execution)
one has to write:

return sfView::SUCCESS;

But I stupidly wrote:

return true;

I then got a blank white screen with no error. Even when I was looking
at the dev controller, I still got no error. If the problem is that
Symfony goes off looking for a template that doesn't exist, shouldn't
there be an error that says so?

I wasted 10 minutes troubleshooting before I realized my mistake.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to