Try using with the debug controller and also install xdebug if you
haven't done so to get more information
about the error. Check the page source, sometime the error does not
show up on the
screen but it may be available in the HTML source.

    gabriel


On Apr 17, 11:06 pm, Javier Garcia <tirengar...@gmail.com> wrote:
> Hi,
>
> i have this line:
>
> <?php include_component('sfGuardRegister', 'register') ?>
>
> when it's executed i get a blank page. I have debugged
> include_component() and the flow processing is not entering inside of
> it, i mean:
>
> function include_component($moduleName, $componentName, $vars = array())
> {
>
>    die("enter");
>    echo get_component($moduleName, $componentName, $vars);
>
> }
>
> Any idea?
>
> --
> Javi
>
> Ubuntu 8.04
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> 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 
> athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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