Closed alkemist closed 7 years ago
You should probably open your issue on the Symfony recipes contrib repo instead since the bug should be there.
Btw, can you double check if Flex have well registered the bundle because this template is automatically registered by a compiler pass: https://github.com/egeloen/IvoryCKEditorBundle/blob/master/DependencyInjection/Compiler/ResourceCompilerPass.php
Or maybe the notation IvoryCKEditorBundle:Form:ckeditor_widget.html.twig
is not supported anymore with Flex (don't know)... Anyway, open an issue on Flex, guys should know what's going on better than me...
I replaced IvoryCKEditorBundle:Form:ckeditor_widget.html.twig
by @IvoryCKEditor/Form/ckeditor_widget.html.twig
in DependencyInjection/Compiler/ResourceCompilerPass.php and it's work :/
http://symfony.com/doc/master/templating/namespaced_paths.html
OK but AFAIR, this notation is not deprecated and should still work (I'm OK to switch to naspacced templates but only if the lowest version supported by the bundle already supports namespaced templates otherwise this is a no go...) The minimal supported symfony version is 2.7.0
Unable to find template "IvoryCKEditorBundle:Form:ckeditor_widget.html.twig" (looked into: templates, vendor/symfony/twig-bridge/Resources/views/Form).
May be because the templates folder has been modified in symfony flex :/