You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
La línea 42 del archivo src/AppBundle/Controller/defaultController es: * @Route("/contacto", defaults={ "_locale"="es" }, name="contacto")
cuando debería ser: * @Route("/sitio/contacto", defaults={ "_locale"="es" }, name="contacto")
The text was updated successfully, but these errors were encountered:
juanromanch
changed the title
El enlace "Contacto" al piel el pié de página provoca un error 500
El enlace "Contacto" al pié de página provoca un error 500
May 9, 2016
La línea 42 del archivo src/AppBundle/Controller/defaultController es:
* @Route("/contacto", defaults={ "_locale"="es" }, name="contacto")
cuando debería ser:
* @Route("/sitio/contacto", defaults={ "_locale"="es" }, name="contacto")
The text was updated successfully, but these errors were encountered: