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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-25-2007, 03:06 PM   #1
EddiePulp
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
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.
__________________
I dont need a sig.
EddiePulp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-25-2007, 03:13 PM   #2
EddiePulp
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&#37; or less of the traffic I'm sending is unique.. which is strange considering its Search Engine traffic
__________________
I dont need a sig.
EddiePulp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-25-2007, 03:19 PM   #3
MattO
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.
MattO is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-25-2007, 03:35 PM   #4
EddiePulp
Confirmed User
 
Join Date: Mar 2004
Location: Australia iCQ:408018496
Posts: 1,332
Quote:
Originally Posted by MattO View Post
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.
it looks like it is the script that checks a unique hit? which could be why my uniques are strangely low compared to raw...

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.
EddiePulp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-25-2007, 03:51 PM   #5
MattO
The O is for Oohhh
 
Join Date: Feb 2003
Location: AUSTIN TEJAS
Posts: 10,861
Quote:
Originally Posted by EddiePulp View Post
it looks like it is the script that checks a unique hit? which could be why my uniques are strangely low compared to raw...

I am trying to get in touch with them to fix - but havnt heard from them on icq or email yet.
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.
MattO is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.