Hi Blair, download.cfm is throwing an error because of the code on line 73 onwards of /core/tags/farcry/download.cfm:
> <cfif structKeyExists(stFile, "status")> > <cfif NOT listFind(request.mode.lvalidstatus, stFile.status)> > <cfif request.mode.bAdmin> > <!--- SET DRAFT MODE ONLY FOR THIS REQUEST. ---> > <cfset request.mode.showdraft = 1 /> > <!---<cfset session.dmSec.Authentication.showdraft = > request.mode.showdraft />---> > <cfset request.mode.lValidStatus = "draft,pending,approved" /> > <cfelse> > <cfthrow type="core.tags.farcry.download" message="File not available." > detail="You are not authorised to view this file." /> > </cfif> > </cfif> > </cfif> > Cheers Mark -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
