TinymceBundle icon indicating copy to clipboard operation
TinymceBundle copied to clipboard

Release 2.5.0 breaks on Symfony 3.4

Open isfett opened this issue 5 years ago • 2 comments

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.

isfett avatar Dec 11 '19 13:12 isfett

@isfett Please use 2.4.1

fre5h avatar Dec 11 '19 13:12 fre5h

@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.

Huron avatar Jan 02 '20 07:01 Huron