"Deprecated call" sur Twig dans un bundle
Bonjour,
Je voudrai utiliser le bundle HerzultForumBundle
Il n'a pas été mis à jour depuis un moment, mais correspond à une base forum simple que je pourrai étendre, bref il me convient. :)
J'ai réparé une partie des appels obsolètes mais je reste bloqués sur certains call qui semblent provenir de Twig:
1/ DEPRECATED - Defining the initRuntime() method in the "form" extension is deprecated. Use the `needs_environment` option to get the Twig_Environment instance in filters, functions, or tests; or explicitly implement Twig_Extension_InitRuntimeInterface if needed (not recommended).
2/ DEPRECATED - Defining the getGlobals() method in the "assetic" extension is deprecated without explicitly implementing Twig_Extension_GlobalsInterface.
3/ DEPRECATED - The Twig render tag was deprecated in version 2.2 and will be removed in version 3.0. Use the Twig render function instead. (2x)
Ca parle à quelqu'un?
I have solved this issue in symfony2.3
Hi Chalvia and Dukoid,
Thanks to both of two i have solved this issue successfully in Symfony 2.3.:)