PendalF89 / yii2-filemanager

Yii2 file manager
MIT License
129 stars 94 forks source link

Undefined variable: imageContainer and pasteData when using TinyMCE #1

Closed arstar closed 9 years ago

arstar commented 9 years ago

When using the filemanager using TinyMCE the variables imageContainer and pasteData are not assigned to the modal view causing an Undefined variable.

See pendalf89\yii2-filemanager\widgets\TinyMce.php line 82

fabiomlferreira commented 9 years ago

I have exactly the same error. How can I get the TinyMce working?

arstar commented 9 years ago

We copied the repo and added some fixes. You can find them here: https://bitbucket.org/finfiles/yii2-filemanager.git

PendalF89 commented 9 years ago

Arstar, ivan solved this problem, for which he thanks a lot!