via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Has anyone ever seen this error when using FlickrMss with mss?
Attribute "tn" in [ALBUM] is undefined.
Attribute "lgPath" in [ALBUM] is undefined.
Attribute "caption" in [IMAGE] is undefined.
Now it is saying "No images found in .XML-file."
The URL is here: http://www.vnacny.org/MoreAboutVNA/showNews.php?nID=32
Here is my xml:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by FlickrMSS 1.0 (http://www.sweeting.net/offerings/flickrmss) -->
<slideshow>
<preferences
startWith = "albums"
imageScaleMode = "downscaleToFit"
so.addVariable("showLogo", "false");
so.addVariable("imageInfoDisplayNoDescription", "");
so.addVariable("thumbnailWindowAlwaysOn", "true");
so.addVariable("thumbnailWindowAlign", "bottomLeft");
so.addVariable("viewport", "0,0,600,320");
/>
<album title="VNA" description="" lgPath="" tn="http://static.flickr.com/2100/2209745472_7c041a2a0d_s.jpg">
<img src="http://static.flickr.com/2379/2209560682_21fc0c2c51.jpg" link="http://www.flickr.com/photos/22984842@N04/2209560682" tn="http://static.flickr.com/2379/2209560682_21fc0c2c51_t.jpg" caption="National Home Care Month Celebration at the Palace Theatre November 14, 2007" />
</album>
</slideshow>
Looks like you solved it.
How did you do it?
amys, could you please tell me how you got rid of the lgPath="" and tn="" in your xml file? I've been working at this for two days now and I hope this is the last step that is holding me up.
Thank you!
I see the last post here was in Sept. 08. Has there been a resolution? I have not figured it out yet.
For those who have not found an answer, for me the solution was...
In "../includes/flickrmss.class.php" I had to change all instances of the variable "tn" to "thumbnail" and change all instances of the variable "lgPath" to "thumbnailPath". Hope this helps someone.
1 to 7 of 7