Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Sørensen 304 posts 650 karma points
    Oct 01, 2010 @ 09:59
    Paul Sørensen
    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

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Oct 01, 2010 @ 11:37
    Ismail Mayat
    0

    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

  • Paul Sørensen 304 posts 650 karma points
    Oct 01, 2010 @ 14:08
    Paul Sørensen
    0

     

    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

  • Paul Sørensen 304 posts 650 karma points
    Oct 03, 2010 @ 10:09
    Paul Sørensen
    0

    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

  • Paul Sørensen 304 posts 650 karma points
    Oct 06, 2010 @ 22:01
Please Sign in or register to post replies

Write your reply to:

Draft