CFqueryParam Coldfusion 11

2014-11-27 Thread Don
Does anyone know of any supposed issues with CF 11 and cfqueryparam ? I had a few of them in a query. One by one I removed them to see if I could get the query working and then, adding them in. All but one work. Any ideas?

Re: CFqueryParam Coldfusion 11

2014-11-27 Thread John M Bliss
Were you getting an error? On Thu, Nov 27, 2014 at 3:08 AM, Don danfar...@hotmail.com wrote: Does anyone know of any supposed issues with CF 11 and cfqueryparam ? I had a few of them in a query. One by one I removed them to see if I could get the query working and then, adding them in. All

Localizing cffileupload

2014-11-27 Thread Claude Schnéegans
Hi, I'm running some tests on tag cffileupload. Some labels, like Add Files, Clear All... can be supplied in different language in attributes, but some others, like File Name, Size (KB), ... cannot. Has someone find a way to completely localize the tag? Thanks.

how to diagnose a potential bottleneck

2014-11-27 Thread Don
Got this custom e-commerce app that is basically going down daily. Seems to run fine again upon server restart, but eventually it goes down to a crawl. This started happening after some patches to Coldfusion 11 were implemented. Host says it was rolled back, but problems are persisting. I'm

Re: how to diagnose a potential bottleneck

2014-11-27 Thread Russ Michaels
I suggest installing fusionReactor and monitoring your local cfserver. Run some performance/load testing on the app and see what happens, it should you what pages are having issues Run cfdebugger on those pages On Fri, Nov 28, 2014 at 2:03 AM, Don danfar...@hotmail.com wrote: Got this custom

Re: how to diagnose a potential bottleneck

2014-11-27 Thread Don
I suggest installing fusionReactor and monitoring your local cfserver. Run some performance/load testing on the app and see what happens, it should you what pages are having issues Run cfdebugger on those pages Cheers Russ. Been out of the game for a while, but now I'm headlong in. Glad to see