Help!
I have a site that I can predictably crash. I don't see where the coding
error lies, but I get very worrying errors -- stuf like
CFMLInterpreterImp::executePCode(pre-execution) and then
PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag and then
finally
CFMLInterpreterImp::process (which hangs the entire CF server)
I do not use any client or session variable, so it's not a <cflock> thing. I
*do* have a recursive bit in the page:
<cfloop condition="thisparent NEQ 1">
<cfquery name="getparent" datasource="tsuk">
SELECT KeywordName, hierarchyparentid
FROM tblKeyword, tblhierarchy
WHERE keywordID=#thisparent# AND
hierarchykeywordID=keywordID AND
hierarchyprimary=-1
</cfquery>
<cfset treflist=listprepend(treflist, "#getparent.KeywordName#")>
<cfset thisparent=getparent.hierarchyparentid>
</cfloop>
...and I think this may cause CF to stumble. Any ideas anyone?
Michel Vuijlsteke
Netpoint NV
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.