![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Mar 2004
Location: Australia iCQ:408018496
Posts: 1,332
|
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 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)
__________________
I dont need a sig. ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Mar 2004
Location: Australia iCQ:408018496
Posts: 1,332
|
The other strange thing is the percentage of uniques to raws... supposedly only 30% or less of the traffic I'm sending is unique.. which is strange considering its Search Engine traffic
__________________
I dont need a sig. ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
The O is for Oohhh
Join Date: Feb 2003
Location: AUSTIN TEJAS
Posts: 10,861
|
They're trying to get the left characters from a string which looks like the length of is zero, so it throws an error.
They need to put a check in there and only try to pull the info if the length of the string is greater than zero. |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 | |
Confirmed User
Join Date: Mar 2004
Location: Australia iCQ:408018496
Posts: 1,332
|
Quote:
I am trying to get in touch with them to fix - but havnt heard from them on icq or email yet.
__________________
I dont need a sig. ![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
The O is for Oohhh
Join Date: Feb 2003
Location: AUSTIN TEJAS
Posts: 10,861
|
It may be just that, the tag that errors is check_ip.cfc so if they're checking for unique IPs and getting errors that might be screwing up the count.
|
![]() |
![]() ![]() ![]() ![]() ![]() |