I just downloaded the latest version of slideshow pro and cfssp. I
have run in to a couple of stumbling blocks. If someone can help me.
First, I have to turn off j2e session variables to get the app to
start. When I click on
http://localhost/brannan/cfssp_0_6_5/manage/albums.cfm which is the
manage albums lick. I get this error message.
Element tn is undefined in a Java object of type class
coldfusion.xml.XmlAttrMap referenced as
The error occurred in
D:\CFusionMX7\wwwroot\brannan\cfssp_0_6_5\manage\cfc\SlideShow.cfc:
line 107
105 : <cfset arAlbums[iAlbums][3] =
XMLFile.Gallery.XMLChildren[iAlbums].XMLAttributes["lgpath"] />
106 : <cfset arAlbums[iAlbums][4] =
XMLFile.Gallery.XMLChildren[iAlbums].XMLAttributes["tnpath"] />
107 : <cfset arAlbums[iAlbums][5] =
XMLFile.Gallery.XMLChildren[iAlbums].XMLAttributes["tn"] />
108 : <!--- The number of images in this folder --->
109 :
I am stuck up to this point.