Update 5.6. - content block problems - tinymce editor and images
Permalink
Hello,
i've done update concrete 5.4. to 5.5. and then 5.5. to 5.6.
Then edit content block but tinymce editor cant see !!!
I installed, changed to old version of:
/concrete/js/tiny_mce/ and it works.
Then i want to insert images: Click on available pics in list
but nothing works: no picture will assume and appear in editor field.
I see errors in firebug and differences of files in
tine_mce folder, but dont know reason of problems.
Somebody can help, its urgent !!!
Greetings...Siggi
i've done update concrete 5.4. to 5.5. and then 5.5. to 5.6.
Then edit content block but tinymce editor cant see !!!
I installed, changed to old version of:
/concrete/js/tiny_mce/ and it works.
Then i want to insert images: Click on available pics in list
but nothing works: no picture will assume and appear in editor field.
I see errors in firebug and differences of files in
tine_mce folder, but dont know reason of problems.
Somebody can help, its urgent !!!
Greetings...Siggi
"cannot read property 'Button' of undefined" in javascript debugger.
Turns out that, for me, it was due to a custom "buttons" setting for rows 1 and 2 but not 3. It appears the new version of tinymce is more strict and chokes if you don't specify the buttons for line3.
My config (in the dashboard) looked like the following, but without the last line. I just had to add the last line (theme_concrete_buttons3 : "").
NB: The syntax is "theme_THEMENAME_buttons3". So, if you're using a different theme name....
James