image rotator tag causes javascript error

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
jchaos

image rotator tag causes javascript error

Post by jchaos »

Hi, for some reason the image rotator tag is causing a javascript error.  its worked fine on two sites, and has stopped working after a server transfer. 

thanks
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: image rotator tag causes javascript error

Post by RonnyK »

jchaos,

what is the message you get. Something with rights on tmp or temp. After a server transfer you might want to check the rights on the folders.

Ronny
jchaos

Re: image rotator tag causes javascript error

Post by jchaos »

the error message says unspecified error.  there is a line number, and location.  depending on the page, the line number changes, but the charactor is always 4.

the line causing the error is:

from tag:

document.images.rot_img{$mod}.style.filter="blendTrans(duration={$speed_fade})"
document.images.rot_img{$mod}.filters.blendTrans.Apply()


from page:

document.images.rot_img4631fdf9a3b1c.style.filter="blendTrans(duration=4)"
document.images.rot_img4631fdf9a3b1c.filters.blendTrans.Apply()

thanks for any pointers...
alby

Re: image rotator tag causes javascript error

Post by alby »

jchaos wrote: the error message says unspecified error.  there is a line number, and location.  depending on the page, the line number changes, but the charactor is always 4.

the line causing the error is:

from tag:

document.images.rot_img{$mod}.style.filter="blendTrans(duration={$speed_fade})"
document.images.rot_img{$mod}.filters.blendTrans.Apply()
Try with add a new page and add, to content, plugin call only (maybe other javascript collision?)

Alby
jchaos

Re: image rotator tag causes javascript error

Post by jchaos »

creating another page/template was a good idea, i hadnt thought to try it.

it didnt work though.  the error is still there and unchanged. Char: 4

i'm going to try just the variables into the tag as opposed to the options at the top.
Locked

Return to “CMSMS Core”