Salut, je viens vers vous aujourd'hui car j'ai un problème assez bizare.
je souhaite afficher un simple formulare:
code twig :

{{ form_rest(form) }}

or symfony me renvoi une exception :
An exception has been thrown during the rendering of a template ("Unable to render the form as none of the following blocks exist: "_form_rest", "form_rest".")
donc les fichiers *.html.twig ne sont pas chargées(les twig.form.resources).
un

$this->container->getParameter('twig.form.resources')

me renvoie un array contenant:

$var => Array (size=2)
(
| [0] = String 'form_div_layout.html.twig' (length=25)
| [1] = String 'SonataUserBundle:Form:form_admin_fields.html.twig' (length=49)
)

twig les voit mais il n'as pas l'air de les charger.
cela fait donc plusieurs heures que je tourne en rond avez vous déjà eu le même problème?
Ou alors avez vous une solution?

Je vous remercie d'avance
cordialement jean-françois

1 réponse


Bonjour mon cher ami ;),
pourrais-tu nous exposer le code du template qui pose problème.

Cordialement, STiiTCH.