TinyMCE cannot upload image: target_form_element is not defined

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
blux

TinyMCE cannot upload image: target_form_element is not defined

Post by blux »

Hello.

I have installed a fresh copy of the cmsms 1.5.4

I then go to a page and try to insert an image through the filemanager button when you choose the "Insert image" icon.
Using firebug I find that I get this error message (javascript):

Code: Select all

target_form_element is not defined
openBrowser("srcbrowser", "src", "image", "theme_advanced_image_image_browser_callback")
javascript:openBrowser('srcbrowser','src',%20'image','theme_advanced_image_image_browser_callback');()()
tinyMCEPopup.openBrowser(target_form_element, type, option);
Do you have any ideas?
Locked

Return to “CMSMS Core”