Hey,
the new routing system makes these blank screens if any exception.
I saw it in the new admin generator and when I tried to use this
sfDoctrineRoute
here check out this log
Dec 14 18:01:23 symfony [info] {sfPatternRouting} Connect
sfDoctrineRoute "gallery_list" (/galerie/kategoria/:slug)
Dec 14 18:01:23 symfony [info] {sfPatternRouting} Connect sfRoute
"page" (/page/:folder/:page)
Dec 14 18:01:23 symfony [info] {sfPatternRouting} Connect sfRoute
"homepage" (/)
Dec 14 18:01:23 symfony [info] {sfPatternRouting} Connect sfRoute
"default_index" (/:module)
Dec 14 18:01:23 symfony [info] {sfPatternRouting} Connect sfRoute
"default" (/:module/:action/*)
Dec 14 18:01:23 symfony [info] {sfPatternRouting} Match route
"gallery_list" (/galerie/kategoria/:slug) for /galerie/kategoria/
bystra-2008 with parameters array ( 'module' => 'gallery', 'action'
=> 'list', 'slug' => 'bystra-2008',)
Dec 14 18:01:23 symfony [info] {sfFilterChain} Executing filter
"sfRenderingFilter"
Dec 14 18:01:23 symfony [info] {sfFilterChain} Executing filter
"sfCommonFilter"
Dec 14 18:01:23 symfony [info] {sfFilterChain} Executing filter
"sfExecutionFilter"
Dec 14 18:01:23 symfony [info] {galleryActions} Call "galleryActions-
>executeList()"
Dec 14 18:01:23 symfony [info] {sfDoctrineLogger} executeQuery :
SELECT g.id AS g__id, g.name AS g__name, g.created_at AS
g__created_at, g.updated_at AS g__updated_at, g.slug AS g__slug FROM
gallery_category g WHERE g.slug = ? LIMIT 1 - (bystra-2008 )
Dec 14 18:01:24 symfony [err] {sfRenderException} The template
"listSuccess.php" does not exist or is unreadable in "".
It's normal exception - but the new routing system causes a blank
screen. Nothing. Nil.
It was also happening in the new admin when any error occured.
What's going on???
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---