TinyMCE cannot upload image: target_form_element is not defined
Posted: Thu Jun 18, 2009 10:57 am
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):
Do you have any ideas?
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);