Page 1 of 1

Error: Object doesn't support this property or method

Posted: 21 Feb 2012, 06:03
by djones
Hello, I have just upgraded from version 3.14 to version 3.1.5 and have noticed the following errors when I try to view a slideshow.

"
Message: Object doesn't support this property or method
Line: 37
Char: 19
Code: 0
URI: http://www.beautphotography.com/index.p ... =component

Message: Unterminated string constant
Line: 88
Char: 133
Code: 0
URI: http://www.beautphotography.com/index.p ... =component
"
Regards
David

Re: Error: Object doesn't support this property or method

Posted: 21 Feb 2012, 23:23
by Jan
Hi, I will take a look at it, maybe some trim function needs to be used to remove new lines characters (which can be found in last description)

for now just update your description from:

Code: Select all

<p>Waves on rocks at Noosa National park</p>
<p> </p>
TO:

Code: Select all

<p>Waves on rocks at Noosa National park</p>
Jan