What might cause the following occasional error, apparently related to the use of 
CFHTTP to create a query from a text file?
--------------------------------------------------------------
Message: Illegal operation in Cold Fusion Extension (CFX)
Detail: You have attempted to refer to an invalid row/column combination of a query. 
This query contains 1 rows. You can call CCFXQuery::GetRowCount to determine 
the number of rows contained within a query.
You can call CCFXQuery::GetColumns to determine the number of columns 
contained within a query.
The error occurred while processing an element with a general identifier of 
(CFHTTP), occupying document position (29:4) to (34:22).

-----------------------------

Here's the CFHTTP at that spot in the template:

<CFHTTP METHOD="Get"
                                NAME="GetVisitorAddresses"
                                
URL="#URLPath##LogDirectory##LogFilePrefix##LogFileSuffix#"
                                COLUMNS="Date, Time, IP, Referer, Browser, Version, OS"
                                DELIMITER=","
                                TEXTQUALIFIER=" ">

(The file is create dynamically for logging page visits in a Fusebox setting.)

Any ideas?

Gene Kraybill
---------------------------------
Gene Kraybill
LPW & Associates LLC
www.lpw.net
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.

Reply via email to