Skip to main content

Travis Walters

Member since Dec 24, 2009

Recent Blog Comments By Travis Walters

  • Breaking Enormous CSV Files Into Smaller CSV Files

    Posted on Aug 18, 2013 at 10:43 PM

    I tried your code on a client's server. However, I received the following error: Security: The requested template has been denied access to createobject(java) I tried looking for another route to take. I ran into the following: http://www.sqlteam.com/article/using-bulk-insert-to-load-a-text-file... read more »

  • ColdFusion XmlParse() Error - Content Is Not Allowed In Prolog

    Posted on Jan 21, 2010 at 12:16 AM

    @Ben Nadel, When the "#" symbol is included in a street address that get sent to the Google server, the cfhttp.FileContent comes back in a strange format that the XMLParse does not interpret correctly. Error Example: <cfhttp url=" http://maps.google.com/maps/geo?q=2017 Mission Street ##303,Sa... read more »

  • ColdFusion XmlParse() Error - Content Is Not Allowed In Prolog

    Posted on Jan 20, 2010 at 4:01 PM

    Hey guys, I was getting this error today about the prolog. I was trying to do something like: <cfhttp url=" http://maps.google.com/maps/geo?q=#address#&output=xml&key=#GMAP_KEY# " /> <cfset myXml = XmlParse(cfhttp.FileContent)> The problem was occurring because there was ... read more »

  • Passing Referer AS ColdFusion CFHttp CGI Value vs HEADER Value?

    Posted on Dec 29, 2009 at 10:54 AM

    Hey Guys, Ben helped me figure out why the forbidden messages were coming up. Be careful if you have special characters in your URLs. Having a "&" in the URL as opposed to "&" was the difference between a Forbidden message and an OK message. I also noticed a 403 error comes up if an image does... read more »

  • Passing Referer AS ColdFusion CFHttp CGI Value vs HEADER Value?

    Posted on Dec 29, 2009 at 8:36 AM

    @Ben Nadel, When I heard your response, I thought you might have been onto something. I was running the script via a scheduled task so it was announcing itself as coldfusion which might have given the script away. I just tried hard-coding a few common user agents like so: <cfhttp method="get" ... read more »

  • Passing Referer AS ColdFusion CFHttp CGI Value vs HEADER Value?

    Posted on Dec 29, 2009 at 6:39 AM

    @Ben Nadel, I used remote desktop to access the server and used FireFox to access my website. The images were able to be downloaded using a regular IMG tag. I double checked to make sure the forbidden error was still there and it was. It has been giving me a 403 error for about a week now so this... read more »

  • Passing Referer AS ColdFusion CFHttp CGI Value vs HEADER Value?

    Posted on Dec 24, 2009 at 6:43 PM

    Hey Everyone, I have a coldfusion problem related to this thread. The details can be found here: http://www.codingforums.com/showthread.php?t=184866 They told me to come here and ask the master :) Hope everyone is having a nice holiday. Sincerely, Travis Walters... read more »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel