Closed javiereguiluz closed 5 years ago
I'm using this bundle in a Symfony 4 app, and I see this message:
An exception has been thrown during the rendering of a template
("The "ivory_ck_editor.renderer.json_builder" service or alias has
been removed or inlined when the container was compiled. You
should either make it public, or stop using the container directly
and use dependency injection instead.").
@javiereguiluz i still don't know how did you installed it ... via composer is not working due to incompatibly with symfony/form
...
Duplicate of #329
This bundle isn't being actively developed. It has been forked by FOS, see https://github.com/FriendsOfSymfony/FOSCKEditorBundle/blob/1.x/docs/migration.rst for migration instructions.
Closing as a duplicate of #329.
Services that need to public need to explicitly marked as public starting from Symfony 3.4. See http://symfony.com/blog/new-in-symfony-3-4-services-are-private-by-default
When updating a Symfony app using this bundle to Symfony 3.4, I saw these deprecation messages: