/t5/coldfusion-discussions/disabling-debug-output/td-p/858792May 20, 2008
May 20, 2008
Copy link to clipboard
Copied
Hey,
I am creating XML and the debug output generated by
coldfusion is causing an error. I tried putting <cfsetting
showdebugoutput="no"> at the top of my page and the error was
still popping up. I then called up my server host and had them
manually turn off the debut output, and the error was still showing
up.
The obvious question is how do I know that the error is
caused by Coldfusion debug output...behold the hideousness that, to
my knowledge, is exclusively from that output
So two questions arise:
1) Can this output be caused by any other source? (and I've
already checked all my data being inputted into the XML)
2) What can I do to get rid of this output
Casatap • Community Beginner, May 21, 2008May 21, 2008
Just as note, I attacked it using a different method, I just
put all the information as a string, and used XMLFormat for the
nodes...and this worked. There were no errors being thrown, it ran
through the entire script and then threw the XML error. As for the
old code, I trashed it, thanks for the input however.
Hey thanks for the input...as you can see I noticed that I
mis-typed the <cfsetting attribute and changed it in the code. I
tried commenting out everything in application. cfc/cfm and just
ran the script directly and recieved the same error.
Just as note, I attacked it using a different method, I just
put all the information as a string, and used XMLFormat for the
nodes...and this worked. There were no errors being thrown, it ran
through the entire script and then threw the XML error. As for the
old code, I trashed it, thanks for the input however.