Page 1 of 1

{SOLVED} javascript error with Gallery module

Posted: Wed Sep 16, 2009 5:48 am
by christophera
I was using Album, but would like to switch to Gallery with the ability to add titles/descriptions.

After putting {Gallery} into the page, I get the thumbnails ok.

However, when I click on a thumbnail, I get a js error:

---------------------------------------------------
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Timestamp: Wed, 16 Sep 2009 05:30:53 UTC

Message: Not implemented

Line: 183
Char: 5
Code: 0
URI: http://(mysite).com/modules/Gallery/templates/fancybox/jquery.fancybox.js
---------------------

There is so much I still don't know about cmsms, do I need to do something with templates after installing, or is there something else wrong?

Thanks for any help,

Chris

Re: javascript error with Gallery module

Posted: Wed Sep 16, 2009 8:37 am
by Jos
It should work the way you described. I guess you did nothing wrong

Please check the html source of your page. Do you see a javascript call to jquery.fancybox.js in the head section?

Re: javascript error with Gallery module

Posted: Wed Sep 16, 2009 11:01 pm
by christophera
Yes, if it helps, you can view it at:  http://koryodo.sure-start.com/gallery.html

I'm using msie 8 on winxp.

I have this related to fancybox in the head section:

-------------------------






$(document).ready(function() {
$("a.group").fancybox({
'zoomOpacity': true,
'zoomSpeedIn': 300,
'zoomSpeedOut': 300,
'overlayShow': true,
'overlayOpacity': 0.5
});
});



-------------------------

Re: javascript error with Gallery module

Posted: Wed Sep 16, 2009 11:35 pm
by Jos
Very strange.. I had a look at your site with IE8, Firefox and Chrome, but I don't see any errors with gallery  :-\

Re: javascript error with Gallery module

Posted: Thu Sep 17, 2009 2:16 am
by christophera
Jos, thank you for taking a look at this.

I used a different computer to access the page and indeed, it does work, as you found.  I was using IE 7 on that one, but you tested with 8.

Tried rebooting, just in case something in my cache was messing it up, but no change.  Still get the same error when using this computer.

I'm going to mark this as solved, since it may be a local problem on my computer.  

Maybe someone else will find this post later and let us know if the issue pops up again on another computer.

Thanks again,    Chris

PS, tried the slideshow as well.  It runs... but the pause/play controls are invisible, and the background (webpage) stays visible.  Just on this one computer though, the second computer that the first one worked on was fine with this one too.  Just some memory issue maybe?

Re: {SOLVED} javascript error with Gallery module

Posted: Sat Sep 26, 2009 6:58 am
by tannos
Hi dude,

I've the same problem with IE8
Fancybox does not work in straight IE8 (no compatibility mode)  but it work in compatibilty mode.

You can use this version of fancybox http://www.jdmweb.com/tools.php?toolid=6 it works fine with ie8