ok...

in my app.yml i have this:

# valores para todos los entornos en todos los modulos de la aplicacion 
'publico'
all:
   mail:
     webmaster:  'webmas...@indepabis.gob.ve'

   sf_guard_plugin:
     success_signin_url:   /intranet.php
     success_signout_url:  @homepage

   sf_menu_generator:
     opciones:
       text:  'Opciones'
       items: [inicio, calendario, denuncia]

       inicio:
         text:     'Inicio'
         link:     'inicio/index'

       calendario:
         text:     'Activiades de Indepabis'
         link:     'calendario/index'

       denuncia:
         text:     'Estado de mi Denuncia'
         link:     'denuncia/index'


in my layout, this:

  <?php echo mg_menuitem(array('opciones'), array('class' => 'menu'))?>

im my settings.yml:

all:
.....

# Helpers included in all templates by default
     standard_helpers:       [Partial, Cache, Form, MenuGenerator, 
Javascript]
#
# Activated modules from plugins or from the symfony core
     enabled_modules:        [default, sfGuardAuth, sfMenuGenerator]


THANKS
_______________________________________
Hi Germana,

Can you show us some code?

Thanks.

Germana Oliveira wrote:
> 
> 
> Hi!!!
> 
> im getting this error:
> 
> 
>      Unable to find a matching route to generate url for params "NULL".
> 
> 
> what can i be missing???
> 
> Thanks
> 
> 
> > 
> 



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