We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18374
    • 69 Posts
    I seem to be having trouble viewing the manager in IE7 - it keeps throwing a JavaScript error pointing to:

    /*
     * Small script to keep session alive in MODx
     */
    function keepSessionAlive() {
    	var img = new Image();
    	img.src = "includes/session_keepalive.php?rnd=" + new Date().getTime();
    	window.setTimeout('keepSessionAlive();', 1000 * 60);
    }
    
    keepSessionAlive();
    


    This is ONLY happening in IE7 (both in a native environment and in parallels), even with a clean MODx install (no snippets/plugins/etc from the installer). Random occurrences - logging in, creating a new page, editing a page, just clicking around, etc.

    Trying to debug (thanks for nothing, IE developer toolbar) just shows me the HTML output for manager/index.php

    Any ideas?