Besides Cam's useful ideas, since you say you're running multiserver, I'll suggest one other possibility: are you sure you enabled the debugging in the right CF Admin? There's the cfusion one (on the main port, like 8300 if using the built-in web server), then there's the one for each instance you create. So whatever instance your web site is tied to is the one where you need to make the change. If you change the setting in the main cfusion instance, but your code runs against one of the others, you will not see its effect. Let us know if that helps.
/charlie > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Cameron > Childress > Sent: Friday, December 04, 2009 11:44 AM > To: [email protected] > Subject: Re: [ACFUG Discuss] ColdFusion debugging info > > For me, I most frequently forget about the IP address restrictions. > Make sure your IP is in the list of IPs allowed to see debugging. > Also double check the IP that CF sees you as coming from. If your > computer has multiple IPs it might not see the one you think it does. > > Also, make sure the debugging template you are using it one that shows > to the screen (the default one does). I only say this because there > are some debug templates, such as the one for ColdFire, that does not > display on screen (because it sends it to FireBug. > > -Cameron > > On Fri, Dec 4, 2009 at 10:12 AM, Clarke Bishop > <[email protected]> wrote: > > I cant get the CF debugging info to show up on my pages! > > > > > > > > Im running CF8 in multi-server mode (JRUN 4) under Windows. > > > > > > > > I have Enable Request Debugging Output checked in the admin for both > my > > server instance and for the cfusion instance. > > > > > > > > Is there some other setting required for multi-server to enable > debugging? > > > > > > > > Thanks for any ideas! > > > > > > > > Clarke > > > > ------------------------------------------------------------- > > To unsubscribe from this list, manage your profile @ > > http://www.acfug.org?fa=login.edituserform > > > > For more info, see http://www.acfug.org/mailinglists > > Archive @ http://www.mail-archive.com/discussion%40acfug.org/ > > List hosted by FusionLink > > ------------------------------------------------------------- > > > > -- > Cameron Childress > Sumo Consulting Inc > http://www.sumoc.com > --- > cell: 678.637.5072 > aim: cameroncf > email: [email protected] > > > ------------------------------------------------------------- > To unsubscribe from this list, manage your profile @ > http://www.acfug.org?fa=gin.edituserform > > For more info, see http://www.acfug.org/mailinglists > Archive @ http://www.mail-archive.com/discussion%40acfug.org/ > List hosted by http://www.fusionlink.com > ------------------------------------------------------------- > > ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
