Problem with the Lightbox

Phoca Gallery - image gallery extension
lukez
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 24 Jan 2010, 11:44

Problem with the Lightbox

Post by lukez »

Hi
I have a Problem with the Lightbox. If you open the pictures in the Gallery, normally is then coming the lightbox mode but now is coming a error message:

Code: Select all

') else document.write('

') if (iebrowser&&dom||dom) /*if IE5+ or modern browsers such as Firefox*/ this.startit() else{ this.curimageindex++ setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay) } } function fadepic(obj){ if (obj.degree<100){ obj.degree+=10 if (obj.tempobj.filters&&obj.tempobj.filters[0]){ if (typeof obj.tempobj.filters[0].opacity=="number") /*if IE6+*/ obj.tempobj.filters[0].opacity=obj.degree else /*else if IE5.5-*/ obj.tempobj.style.filter="alpha(opacity="+obj.degree+")" } else if (obj.tempobj.style.MozOpacity) obj.tempobj.style.MozOpacity=obj.degree/101 else if (obj.tempobj.style.KhtmlOpacity) obj.tempobj.style.KhtmlOpacity=obj.degree/100 else if (obj.tempobj.style.opacity&&!obj.tempobj.filters) obj.tempobj.style.opacity=obj.degree/101 } else{ clearInterval(fadeclear[obj.slideshowid]) obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1" obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas) obj.populateslide(obj.tempobj, obj.nextimageindex) obj.nextimageindex=(obj.nextimageindex' slideHTML+='
Have you any ideas for solve this issue...

I have joomla Version 1.5.1 and the Phoca Version 2.6.2..

Thanks a lot for your help...

Greetz
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with the Lightbox

Post by Jan »

Hi, which error you get? Do you get this code in your browser? Did you do some modifications in the code? If not and you see this code in your browser try to check if your site was not hacked or modified by some other.
If you find Phoca extensions useful, please support the project
lukez
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 24 Jan 2010, 11:44

Re: Problem with the Lightbox

Post by lukez »

Hi,

thanks for your answer...

Yes, this error is coming if i would opened the lightbox view in the gallery.
No i don't touch the original code...
the site url is http://www.abbartig.ch/cms

Thanks for your help

Cheers
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with the Lightbox

Post by Jan »

Hi, check all your extensions on your site, check if your site was not hacked, in your html there are pieces of php code.

Jan
If you find Phoca extensions useful, please support the project
Post Reply