EddiePulp |
09-25-2007 03:06 PM |
ColdFusion ERROR on when going to SPONSOR link
What does this mean? When I see this more than once, testing a code to a sponsors paysite?
If this is happening as much as I think it is - i.e. I clicked the sponsor like 3 times today and got that 2 out of the 3... am I wasting my traffic?
Code:
The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
Parameter 2 of function Left which is now 0 must be a positive integer
The error occurred in C:\CUSTOM_TAGS\check_ip.cfc: line 59
57 : <cfset temp = QuerySetCell(This_Data_Set,"state",lcase(left(data_list[4],len(data_list[4])-1)))>
58 : <cfset temp = QuerySetCell(This_Data_Set,"country",lcase(left(data_list[1],len(data_list[1])-1)))>
59 : <cfset temp = QuerySetCell(This_Data_Set,"acode",lcase(left(data_list[11],len(data_list[11])-1)))>
60 : <cfif len(data_list[7]) GT 1>
61
It the refers to Coldfusion Webiste for help followed by more errors
Code:
coldfusion.runtime.InvalidFunctionArgException: Parameter 2 of function Left which is now 0 must be a positive integer
at coldfusion.runtime.CFPage.Left(CFPage.java:3300)
at cfcheck_ip2ecfc659929508$funcGET_IP_DATA_NEW.runFunction(C:\CUSTOM_TAGS\check_ip.cfc:59)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
It goes on and on - Im not posting the rest as it refers to the name of the paysite.
|