stfalcon / TinymceBundle

Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
259 stars 154 forks source link

Release 2.5.0 breaks on Symfony 3.4 #243

Open isfett opened 4 years ago

isfett commented 4 years ago

On Packagist there is a release 2.5.0 (https://packagist.org/packages/stfalcon/tinymce-bundle#v2.5.0) but it's not here on github. It does not work on Symfony 3.4 (3.4.36)

Uncaught Symfony\Component\Debug\Exception\UndefinedMethodException: Attempted to call an undefined method named "getRootNode" of class "Symfony\Component\Config\Definition\Builder\TreeBuilder"

2.4.1 worked fine.

fre5h commented 4 years ago

@isfett Please use 2.4.1

Huron commented 4 years ago

@isfett How can I reproduce this issue? I installed symfony 3.4.36 and 2.5 version of our bundle, but couldn't get any errors.