This might be a bug or corrupt file issue, but for some reason, I'm seeing the debugging output at the bottom of one of my CF10 websites. I can go in and add <cfsetting showdebugoutput="no">
and it turns off, but on my other websites, it's off by default. On those sites, I have to add <cfsetting showdebugoutput="yes">
for the debugging to show up.
I checked the CF Administrator and for this site and another that's behaving correctly, but I'm not seeing any differences. I don't have any IPs added to the Debugging IP Addresses, so that's not it either.
I can go into Debugger Settings and turn off Enable Request Debugging Output to get it to disappear, but then even <cfsetting showdebugoutput="yes">
doesn't turn it on when I want it. Plus I didn't have to do that on other sites that are working correctly.
Thoughts?
Remember that when there is no ip address in the allowed IP addresses, debugging is shown to everyone willy nilly. Make sure and keep/add 127.0.0.1 then only that IP is allowed. Subsequently you can add other IPs as needed.