Page 1 of 1

Problem with the Lightbox

Posted: 26 Jan 2010, 12:41
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

Re: Problem with the Lightbox

Posted: 31 Jan 2010, 22:28
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.

Re: Problem with the Lightbox

Posted: 05 Feb 2010, 10:19
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

Re: Problem with the Lightbox

Posted: 08 Feb 2010, 17:52
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