Error: Object doesn't support this property or method

Phoca Gallery - image gallery extension
djones
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Jan 2012, 00:50

Error: Object doesn't support this property or method

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49150
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post 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
If you find Phoca extensions useful, please support the project
Post Reply