|
|
|
|
|
Joined: Sun Jun 29 2008, 08:31PM
Posts: 3
|
Sun Jun 29 2008, 08:39PM
|
|
|
Using IE7 when any pages on my website I will sometimes get the error. Happened after installing Corlette Lab Widgets and activating lightview. Lightview seems to work on my gallery pictures. I can be on the landing page, a content page, a gallery page, the admin area, etc.... The top 4 error codes are always the same, but the last changes based on the URL of the page I am on. The strange part is this error is not consistant. Sometimes I will refresh and it will go away. Hoping to figure this out.
Line: 115 Char: 9 Error: 'Lightview.show' is null or not an object Code: 0 URL: ALWAYS THE PAGE I'M ON
|
|
|
|
Joined: Sun Jun 29 2008, 08:31PM
Posts: 3
|
Sun Jun 29 2008, 08:44PM
|
|
|
Pasted below is line 124 and on till the end of the script from a page w/ the error. Lightview.show = Lightview.show.wrap( function(origshow, B) { this.element = null; if(Object.isElement(B) || Object.isString(B)) { this.element = $(B); this.element.blur(); this.view = this.element._view } else { if(B.href) { this.element = $(document.body); this.view = new Lightview.View(B) } else { if(Object.isNumber(B)) { this.element = this.getSet(this.view.rel).elements[b]; this.view = this.element._view} } } if(this.view && this.view.type.toLowerCase() == 'iframe') { document.location.href = this.view.href; return; } //console.log(this.view.type); return; origshow(B); });
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Mon Jun 30 2008, 12:20PM
|
|
|
|
Link?
|
|
|
|
Joined: Tue Jul 01 2008, 02:48PM
Posts: 2
|
Wed Jul 16 2008, 11:17AM
|
|
|
Here is a link for you: http://www.blackmambamilsim.com/news.php I experience the same problem.
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Thu Jul 17 2008, 12:07AM
|
|
|
You have too many problems with your page, and I think you should start with removing the double inclusion of Prototype/scriptaculous.
I remember there was an odd error when Lightbox fix is enabled. I didn't find a time to look into it.
|
|
|
|
Joined: Thu Jul 17 2008, 08:35AM
Posts: 1
|
Thu Jul 17 2008, 08:42AM
|
|
|
Hi, I was having the same problem. I managed to get it working by disabling the cache in the settings (Global Options) of Corllete Lab Widgets plugin.
IE7 now works fine... although I would like to get the cache working I hope there will be a fix soon.
Thanks for the great plugins
|
|
|
|
Joined: Thu Oct 11 2007, 03:15PM
Posts: 8
|
Thu Nov 20 2008, 10:12AM
|
|
|
Hi, I was having the same problem.
Char: 9 Error: 'Lightview.show' is null or not an object
I disable cashe ie7,firefox etc not works error
|
|
|
|
e107 developer
Joined: Sat Nov 18 2006, 06:29PM
Posts: 1170
|
Mon Nov 24 2008, 01:38PM
|
|
|
|
Most probably a problem with prototype library delivered by jslib.php. Could you confirm jslib is loaded on your page?
|
|
|
|
Joined: Thu Oct 11 2007, 03:15PM
Posts: 8
|
Thu Nov 27 2008, 08:56AM
|
|
|
Version: '1.6.0.2' I not confirm jslib.
|
|
|
|
Joined: Thu Oct 11 2007, 03:15PM
Posts: 8
|
Thu Nov 27 2008, 09:09AM
|
|
|
|
PS I upgrade e107 to e107.07.14
|
|
|
|
|
|
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
|
|