Can't spot the error.

The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.

  The following information is meant for the website developer for
debugging purposes.    Error Occurred While Processing Request      Context
validation error for the cffunction tag.    The start tag must have a
matching end tag. An explicit end tag can be provided by adding
</cffunction>. If the body of the tag is empty, you can use the shortcut
<cffunction .../>.

The CFML compiler was processing:

   - A cfif tag beginning on line 960, column 27.

      The error occurred in
*D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/cfcs/qry-todatabase.cfc:
line 952*
*Called from* D:/Inetpub/redhotkitties/cfcs/paypal.cfc: line 242
*Called from*
D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_settings.cfm:
line 13
*Called from*
D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_fusebox30_CF50.cfm:
line 191
*Called from*
D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_fusebox30_CF50.cfm:
line 33
*Called from*
D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_fusebox30_CF50.cfm:
line 1
*Called from*
D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/index.cfm: line
9
*Called from*
D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/Application.cfc:
line 62

950 :   </cfquery>
951 : </cffunction>*952 : <cffunction access="public"
name="qry_peopleGet" output="false" returntype="query">*
953 :   <cfargument name="personKeyList" type="string" required="no" default="">
954 :   <cfargument name="emailAddress" type="string" required="no" default="">



<cffunction access="public" name="qry_peopleGet" output="false"
returntype="query">
  <cfargument name="personKeyList" type="string" required="no" default="">
  <cfargument name="emailAddress" type="string" required="no" default="">
  <cfargument name="returnvariable" type="string" required="no"
default="qry_peopleGet">
  <cfquery
            name="qry_peopleGet"
            datasource="#variables.datasource#">
             EXEC [proc_procpersonGET] <cfprocparam type="In"
cfsqltype="CF_SQL_VARCHAR" value="#arguments.personkeylist#"
null="no">,<cfprocparam type="In" cfsqltype="CF_SQL_VARCHAR"
value="#arguments.emailAddress#" null="no">
            </cfif>

        </cfquery>
  <cfreturn qry_peopleGet>
</cffunction>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:370909
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to