I get this dialog when trying to insert an image in a RichText Editor without the possibility to browse for an image. This is happening after I upgraded to 4.5.2. From Fiddler I see that this is insert.htm. In the similar situation I have seen that a fresh 4.5.2 installation loads InsertImage.aspx. I have compaired the 2 installation and I can't see files - I think - of importance to this being different in the 2 installations.
Anyone who had seen this problem or know what to change to fix this?
What version did you upgrade from that looks like the v3 media insert ? Did you try clearing your browser cache. Also recheck all files have been copied over.
I upgraded from 4.0.3 and i have cleared the cache. I have also copied my production version to my local pc to get a closer look. Still got the problem.
I have compaired med prod. version with a fresh install and haven't seen any files missing.
I found this in the the source - upgradereadme.txt
* /umbraco/plugins/tinymce3/insertImage.aspx has been overhauled to use the tree control, image viewer control and upload media image control
and this in umbraco-implementation-notes.txt:
4. Update advLink and advImage to point to the Umbraco modals instead of the tinyMCE ones: Link: file: tinyMCE.activeEditor.getParam('umbraco_path') + '/plugins/tinymce3/insertLink.aspx', width : 480 + parseInt(ed.getLang('advlink.delta_width', 0)), height : 510 + parseInt(ed.getLang('advlink.delta_height', 0)),
Insert image in RichText editor
Hi
I get this dialog when trying to insert an image in a RichText Editor without the possibility to browse for an image. This is happening after I upgraded to 4.5.2. From Fiddler I see that this is insert.htm. In the similar situation I have seen that a fresh 4.5.2 installation loads InsertImage.aspx. I have compaired the 2 installation and I can't see files - I think - of importance to this being different in the 2 installations.
Anyone who had seen this problem or know what to change to fix this?
/Paul S
Paul,
What version did you upgrade from that looks like the v3 media insert ? Did you try clearing your browser cache. Also recheck all files have been copied over.
Regards
Ismail
I upgraded from 4.0.3 and i have cleared the cache. I have also copied my production version to my local pc to get a closer look. Still got the problem.
I have compaired med prod. version with a fresh install and haven't seen any files missing.
/Paul S
I found this in the the source - upgradereadme.txt
* /umbraco/plugins/tinymce3/insertImage.aspx has been overhauled to use the tree control, image viewer control and upload media image control
and this in umbraco-implementation-notes.txt:
4. Update advLink and advImage to point to the Umbraco modals instead of the tinyMCE ones:
Link:
file: tinyMCE.activeEditor.getParam('umbraco_path') + '/plugins/tinymce3/insertLink.aspx',
width : 480 + parseInt(ed.getLang('advlink.delta_width', 0)),
height : 510 + parseInt(ed.getLang('advlink.delta_height', 0)),
Image:
file: tinyMCE.activeEditor.getParam('umbraco_path') + '/plugins/tinymce3/insertImage.aspx',
width: 575 + parseInt(ed.getLang('advimage.delta_width', 0)),
height: 585 + parseInt(ed.getLang('advimage.delta_height', 0)),
I wondered if it had anything to do with me problem?
/Paul S
Solution is here
http://our.umbraco.org/forum/using/ui-questions/12565-Media-picker-is-missing-in-Richtext-Editor?p=0#comment49090
/Paul S
is working on a reply...