Dominus77 / yii2-tinymce-widget

TinyMCE 4 widget for Yii2.
MIT License
8 stars 0 forks source link

Using ElFinder file manager to Pick up a file back occure error #1

Closed polinwei closed 6 years ago

polinwei commented 6 years ago

Hi: When I pick up a image or file , I got a error message as below. Any suggestion? thanks Error in getFileCallback. parent.tinymce.activeEditor.windowManager.getParams(...).setUrl is not a function

Dominus77 commented 6 years ago

Hi! This error is caused by updating TinyMCE to version 4.6.7. To correct the error, I temporarily fixed the version of TinyMCE on 4.6.6. Perform the composer update . This will update the widget yii2-tinymce-widget to version 1.2.4 Thank you!

polinwei commented 6 years ago

It is back to normal. Thanks a lot!!