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
Back to top
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);
});
Back to top
Mon Jun 30 2008, 12:20PM
Link?
Back to top
Wed Jul 16 2008, 11:17AM
Here is a link for you: http://www.blackmambamilsim.com/news.php
I experience the same problem.
Back to top
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.
Back to top
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
Back to top
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

Back to top
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?
Back to top
Thu Nov 27 2008, 08:56AM
Version: '1.6.0.2'
I not confirm jslib.
Back to top
Thu Nov 27 2008, 09:09AM
PS I upgrade e107 to e107.07.14
Back to top
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF

Jump:     Back to top