• Resolved markwhitham

    (@markwhitham)


    Hello everyone,

    My site on it’s test domain now works fine on Firefox. It’s IE 7-8 that is now giving me some problems.

    On every page on my site (https://tinyurl.com/2369dz3), I get a popup that says:

    —————————
    Message from webpage
    —————————
    Out of memory at line: 12
    —————————
    OK
    —————————

    I isolated to one line in my header.php file, which is my link to the jquery-ui library on Google’s library. I NEED THIS file for everything on my site to work properly so why is this causing a problem?

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/jquery-ui.js"></script>

    If someone could lend me a hand, I would be so grateful!

Viewing 3 replies - 1 through 3 (of 3 total)
  • don’t know what’s causing this but try using the latest version of jquery (1.4.2) and load all your scripts through wp_enqueue_script

    yeah .. use latest and host it yourself

    Thread Starter markwhitham

    (@markwhitham)

    Wow, never would have figured that changing the version of jquery I was using from 1.3.2 to 1.4.2 would make such a difference. There was also a IE validation error that was fixed by changing that.

    Thanks Peter_L and kfalllman for the suggestion!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IE Error – Message from webpage – Out of memory at line:12’ is closed to new replies.