Really weird but once I moved those text files to a different URL on the same server, It works??? Anyone know why? Maybe CFhttp doesn't play well with subdomains?
New file location: www.careerlearn.org/KrisKart/courses.txt -----Original Message----- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 2:40 PM To: CF-Talk Subject: RE: CFHTTP? Ok... Here is the link to the file: http://webmaster.wsboces.org/courseinfo/courses.txt The code is: <cfhttp url="http://webmaster.wsboces.org/courseinfo/courses.txt" method="Get" delimiter="," throwonerror="yes" textqualifier="||" columns="sname, Catalog_code, Catalog_name, Keywords" name="buildcourses"> <cfoutput query="Buildcourses"> <cfquery name="insertcourses" datasource="kriskart"> Insert into category (code, name, keyword) values('#buildcourses.catalog_code#','#buildcourses.Catalog_name#','#buildco urses.Keywords#') </cfquery> </cfoutput> Its really acting funny... I can't figure it out -----Original Message----- From: Paul Wille [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 2:38 PM To: CF-Talk Subject: RE: CFHTTP? Kris, I'm getting a 500 Server Error. Is the rest of the site working okay? Perhaps you could post the code for us to take a look at. Regards, --Paul Paul W. Wille [EMAIL PROTECTED] -------------------------------------------------- -------------------------------------------------- ISITE Design, Inc. - Solutions Architect www.isitedesign.com 503.221.9860 x110 888.269.9103 503.221.9865 fax -----Original Message----- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:18 AM To: CF-Talk Subject: CFHTTP? I AM HAVING AL SORTS OF PROBLEMS WITH CFHTTP... HTTP://Webmaster.wsboces.org/test.cfm Refresh the page multiple times and notice a bunch of different error messages???? Notice all the different errors anyone have any idea on how or why this ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

