-
AuthorPosts
-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 17, 2009 at 10:44 pm #138274In IE7 I am getting the following error.
Line 6
Char 1913
Error.’J.parentNode’ is null or not an object
Code: 0Any ideas?
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
February 17, 2009 at 11:18 pm #292234FWIW it opens in IE7 ok for me.
Cheryl
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 17, 2009 at 11:22 pm #292237It opens but there is the above error on page in the status bar. I know it is not much to worry about but I am a fussy bugger.
Thanks for looking
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
February 17, 2009 at 11:40 pm #292246I can’t recreate the error here but I know this is sometimes caused by two versions of swfobject.js being loaded. In this case by Highslide and AVReloaded.
So lets try removing one of them.
Backup first!
Open /plugins/content/ja_highslide.php and find on line 77…
[php] $hs_base = JURI::base().’plugins/content’;
$headtag = array();
$headtag[] = ‘<link rel=”stylesheet” href=”‘.$hs_base.’/highslide/highslide-styles.css” type=”text/css” />’;
$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/highslide-full.packed.js’></script>”;
$headtag[] = “<script type=’text/javascript’>//<!]></script>”;
//$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/swfobject.js’></script>”;
$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/do_cookie.js’></script>”;[/php]and change to…
[php] $hs_base = JURI::base().’plugins/content’;
$headtag = array();
$headtag[] = ‘<link rel=”stylesheet” href=”‘.$hs_base.’/highslide/highslide-styles.css” type=”text/css” />’;
$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/highslide-full.packed.js’></script>”;
//$headtag[] = “<script type=’text/javascript’>//<!]></script>”;
//$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/swfobject.js’></script>”;
$headtag[] = “<script type=’text/javascript’ src='”.$hs_base.”/highslide/do_cookie.js’></script>”;[/php]let me know how you get on?
1 user says Thank You to scotty for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by scotty 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum