Geoff Bowers wrote:

I tried to build theverity for sample application of farcry,
Building Collections
� Creating dmNews...done
� Updating 0 records for dmNews...(body, teaser, title)
Server Error
The server encountered an internal error and was unable to complete your
request.
JRun closed connection.

I'm listing this as a bug -- our code should really capture the error and report something helpful rather than just stopping.


This has been fixed. Simply add a check for recordcount before running the verity update. File in question is farcry_core/packages/farcry/_verity/verityUpdate.cfm

<!--- update collection --->
<cfif q.recordcount>
<cfindex action="UPDATE" query="q" body="#arrayToList(application.config.verity.contenttype[key].aprops)#" custom1="#key#" key="objectid" title="label" collection="#application.applicationname#_#key#">
</cfif>


-Brendan
http://farcry.daemon.com.au

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to