Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kayinmaine

    (@kayinmaine)

    Okay, the code I pasted above didn’t come out as it was on the page.

    On the code, it has “iframe=true” within the above coding.

    Thread Starter kayinmaine

    (@kayinmaine)

    This appears on the failed page after doing a Ctrl U:

    wpAjax = { noPerm: “You do not have permission to do that.”,
    broken: “An unidentified error has occurred.”
    }

    What do I do?

    Hey Kay,

    The code you’re seeing (including the iframe stuff) is for the “Add Media” stuff in the edit post window. It’s normal.

    If you’re having problems using the AJAXy sugar of the media player (maybe your host changed permissions or did a global restore) you could try adding this to your .htaccess file in your domain root:

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘iframe code when I do a Control U’ is closed to new replies.