IvoryCKEditorBundle icon indicating copy to clipboard operation
IvoryCKEditorBundle copied to clipboard

Unable to find template "IvoryCKEditorBundle:Form:ckeditor_widget.html.twig" [AGAIN]

Open ymihaylov opened this issue 7 years ago • 6 comments

Hello there! Im new with Symfony, but I think that is not normal. I wanted to build a (super) Simple admin panel with EasyAdminBundle and I need to use wysiwyg. I found this article in the docs. I followed the instructions (except ckeditor:install - this command does not work...) and I installed the IvoryCKEditorBundle, but there's a problem with path as its mentioned in this issue. Im using Symfony 3.4.4. My question is, how can I fix this problem? - changing the ResourceCompilePass is not solution for me.

ymihaylov avatar Feb 18 '18 22:02 ymihaylov

The fix proposed by @pixocode in https://github.com/egeloen/IvoryCKEditorBundle/issues/292#issuecomment-304622193 indeed is the way to solve it.

xabbuh avatar Feb 20 '18 21:02 xabbuh

Yeah, I saw this, but I think that changing something in vendor directory is not fix. Vendor directory its .gitignored and I cant commit it. Changing someone else code is not good idea.

ymihaylov avatar Feb 21 '18 07:02 ymihaylov

Oh well, I meant you could submit a PR to this repo making that change. :)

xabbuh avatar Feb 21 '18 08:02 xabbuh

Ok, I will :)

ymihaylov avatar Feb 21 '18 09:02 ymihaylov

Is the PR ready? I have the same issue. Symfony 3.4

Unable to find template "IvoryCKEditorBundle:Form:ckeditor_widget.html.twig" (looked into: project/app/Resources/views, project/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form).

Zilus avatar Mar 22 '18 02:03 Zilus

Actually, no. The problem was that an old version was being installation - version 4.0.6. If you specify the 6.0.1 it works, but not exactly. I just create my own admin and install this bundle to show ckeditor...

ymihaylov avatar Mar 22 '18 08:03 ymihaylov