• When I try and insert media into a post via the ‘Insert into post’ button, the lightbox just goes white and returns the following characters:

    /* \”\”‘); /* ]]> */

    When I look at the source this is actually what is being returned:

    <html><head></head><body>/* <!--[CDATA[ */
    var win = window.dialogArguments || opener || parent || top;
    win.send_to_editor('<a href=\"/wp-content/uploads/2012/07/Blue-hills.jpg\"--><img src="%5C%22/wp-content/uploads/2012/07/Blue-hills.jpg%5C%22" alt="\"\"" title="\"Blue" hills\"="" class="\"aligncenter" size-full="" wp-image-770\"="" height="\"600\"" width="\"800\"">');
    /* ]]> */
    
    </body></html>

    Anyone else had/having this issue?

    Thanks

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

Viewing 1 replies (of 1 total)

The topic ‘Insert into post not working. strange characters’ is closed to new replies.