You can do a <CFsetting showdebugoutput="No"> in your code to turn off
debug. If you put this in application.cfm
<CFIF isdefined("URL.nodebug")>
<CFsetting showdebugoutput="No">
</CFIF>
you will be able to turn off any page's debug info by giving the url
parameter mode=nodebug
____________________________
Paul Fennell
Macromedia Certified Advanced
Cold Fusion Developer
Satachi Internet Development
Unit 2 7a Plough Yard
London EC2A 3LP
Tel: 0870 787 3610
Tech Support: 0906 960 7800
Fax: 0709 221 2636
www.satachi.com
_____________________________
-----Original Message-----
From: Snake [mailto:snake@;snakepit.net]
Sent: 23 October 2002 13:52
To: [EMAIL PROTECTED]
Subject: RE: [ cf-dev ] cfhttp and cf diagnostics
You just answered your own question really.
You can also stick ?debug=false on the URL to turn it off.
Or something along thos elines, ain't done it for ages, but I'm sur ethe
correct variable is in the docs.
/russ
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:postmaster@;greenhouse-design.co.uk]
Sent: 23 October 2002 13:38
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] cfhttp and cf diagnostics
Hi,
I'm using cfhttp to execute a file and then cffile to create a static
menu... however the cfhttp is also executing the coldfusion diagnostics
and this is getting written into the static file... anyone know how to
stop this other than turning off diagnostics?
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]