Using <cfsetting showdebugoutput="false"> does actually disable debug output. Any chance there's another call to it somewhere else with a different setting?
Are you actually seeing debug output in the requests that fail, even with that code? Or you're not, but debug output being on in administrator but off on the page still breaks things? If that's the case, I'd suggest diffing the working HTML with the busted HTML, and seeing what's different. I'ts unlikely that that combination outputs something toxic to the page, but I suppose it's theoretically possible. That'd tell you what's different, and maybe point you towards a solution. Dave On Sat, Oct 9, 2010 at 10:29 PM, fun and learning <[email protected]> wrote: > > Hi All - > > I am using jqgrid to display some data. This works when I turn off the > Request Debugging Output in Coldfusion Administrator. I do not have access to > Administrator page at my work. Using <cfsetting showdebugoutput = false> also > does not help. Is there a way I can disable request debugging output through > my code? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338035 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

