• I helped a group of my students to place a NextGEN slide show in the header which works fine in Firefox, Chrome, and Safari. However, IE8 does not display the show and produces an error message which I pasted below. Another slide show that is on the sidebar is also not displaying in IE8. Any help will be much appreciated.

    Here is the URL to the site:
    https://www.pcmoti.info/wordpress/

    Details of the error message from IE8:

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; OfficeLiveConnector.1.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Sat, 24 Apr 2010 17:00:54 UTC

    Message: ‘J.parentNode’ is null or not an object
    Line: 5
    Char: 1913
    Code: 0
    URI: https://www.pcmoti.info/wordpress/wp-includes/js/swfobject.js?ver=2.1

Viewing 1 replies (of 1 total)
  • I had the same problem on my site, and fixed it by going from swfobject.js version 2.1 to 2.2. .
    2.2 was already installed in my site at
    “/wp/wp-content/plugins/nextgen-gallery/admin/js/swfobject.js”,
    but the one that was called on the generated pages was 2.1 from
    “/wp/wp-content/plugins/flash-video-player/swfobject.js”.

    Solved it by copying over using this command:
    cp /wp/wp-content/plugins/nextgen-gallery/admin/js/swfobject.js /wp/wp-content/plugins/flash-video-player/swfobject.js

    Hope this helps.
    oldis

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] swfobject error in IE8’ is closed to new replies.