Kevin Penny
Member since Dec 11, 2008
- Profile: /members/1315-kevin-penny.htm
- URL: http://www.jobs2web.com
- Comments: 4
Recent Blog Comments By Kevin Penny
-
ColdFusion XmlParse() Error - Content Is Not Allowed In Prolog
Posted on Feb 15, 2008 at 9:58 AM
In my experiences working with XML, i find that every once in a while, no matter if we cdata nodes or not - some data we get from xml can have high ascii characters in them - which may bomb out at the parse level. The xml may parse just fine in Internet Explorer or Firefox, but when that same xml i... read more »
-
Learning ColdFusion 8: CFThread Part III - Set It And Forget It
Posted on Feb 5, 2008 at 11:36 AM
Wow - well I think the problem is solved / mystery unveiled - here it is and I think it's a good one - RUNNING CFTHREAD using a Virtual Directory and ExpandPath to find the path. 1.) We have a virtual directory path on the app I was using to test with - and if I ran the example under a vd of 'j2w... read more »
-
Learning ColdFusion 8: CFThread Part III - Set It And Forget It
Posted on Feb 5, 2008 at 12:27 AM
I just tested it in a new install of Fusebox 4.1 on the same instance - even using a different file extension (other than .cfm which we have custom setup) to see if it had something to do with that. The code worked just FINE in this environment - so I'll have to track down what the issue is specifi... read more »
-
Learning ColdFusion 8: CFThread Part III - Set It And Forget It
Posted on Feb 4, 2008 at 11:53 PM
@Ben - Thanks - OK I think I've narrowed it down to the application I'm running it in for some reason - when I run the same code in a non fusebox application - it works fine - with the threading - Within our fusebox app I'm getting a connection error - when I don't cfthread it, it works fine ag... read more »