Re: Debug output displaying behind page

2013-01-08 Thread Russ Michaels
your page content must be using CSS that positions it over the debug out. use the docked debug output instead to get round that. or you are free to customise or create your own debugging page instead to get around those problems. Alll these settings are in your cfadmin. On Mon, Jan 7, 2013 at

Re: Debug output displaying behind page

2013-01-08 Thread Gerald Guido
0 AM, Pete Ruckelshaus wrote: > > I am having a problem with debug output and cf error messages displaying > behind the content of my page. I'm using Twitter Bootstrap for CSS, and > I'm using the old fashioned debug output (which I want to display while > developing). Is the

Debug output displaying behind page

2013-01-07 Thread Pete Ruckelshaus
I am having a problem with debug output and cf error messages displaying behind the content of my page. I'm using Twitter Bootstrap for CSS, and I'm using the old fashioned debug output (which I want to display while developing). Is there an easy fix for this? Th

Re: Why would cflayout tag mess with debug output in classic mode

2012-05-14 Thread Raymond Camden
The debug output includes a butt load of "closing" tags, like , , etc. It does to to ensure the debug output doesn't get swallowed up because something, like a table, didn't complete. Most likely it is not working well within cflayout. On Mon, May 14, 2012 at 6:59 PM, kbutte

Why would cflayout tag mess with debug output in classic mode

2012-05-14 Thread kbutte...@yahoo.com kbutte...@yahoo.com
Hi all, Just took over a new site. Running it locally. Site works fine, but debug info is not showing. I can look at the source and the debug info is there, but it's being hidden somehow. I have done some testing and if the page has tags, then the debug will not appear. If I change them t

RE: Debug Output

2010-09-15 Thread Jenny Gavin-Wear
Admin. Bit rusty of me really, been away from coding for a short while. Jenny -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: 13 September 2010 15:00 To: cf-talk Subject: Re: Debug Output For the sake of Google love... how did you fix it? On Mon, Sep 13, 2010 at 9

Re: Debug Output

2010-09-13 Thread Michael Grant
> Sent: 13 September 2010 14:30 > To: cf-talk > Subject: Debug Output > > > > Hi all, > > For some strange reason my debug output has stopped showing. > > I have my IP added in CF Admin and I added > > > > to my application.cfm. > > Any ideas

RE: Debug Output

2010-09-13 Thread Jenny Gavin-Wear
Ignore this please .. fixed it. -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent: 13 September 2010 14:30 To: cf-talk Subject: Debug Output Hi all, For some strange reason my debug output has stopped showing. I have my IP added in CF Admin and I

Debug Output

2010-09-13 Thread Jenny Gavin-Wear
Hi all, For some strange reason my debug output has stopped showing. I have my IP added in CF Admin and I added to my application.cfm. Any ideas much appreciated, Jenny No virus found in this outgoing message. Checked by AVG - www.avg.com Version: 9.0.851 / Virus Database: 271.1.1

Re: CF8/Vista 64 debug output not showing up

2010-02-19 Thread Mary Jo Sminkey
Not sure where my earlier reply to this went, but the list (online at least) was being a little wonky yesterday so I'll try again... >I wonder if you have the right check boxes checked (They are different between >the 2). In CF7 it's "enable debugging" but in CF 8 It says "enable request >debugg

Re: CF8/Vista 64 debug output not showing up

2010-02-18 Thread Mary Jo Sminkey
>Yes Maureen - I know this. What "we" are asking is - What if the customer >DOESN'T WANT TO USE THOSE - What if they want you to store the credit card >anyway... regardless of compliance. (Compliance isn't law...) What if that >is your option? Actually, there *are* states that have made complian

RE: CF8/Vista 64 debug output not showing up

2010-02-18 Thread Mark A. Kruger
Sent: Wednesday, February 17, 2010 11:59 PM To: cf-talk Subject: Re: CF8/Vista 64 debug output not showing up >I just tested this on my laptop (CF 9 multiserver, Windows 7 64-bit) >and didn't get any debug output initially through IIS, but did get it >through the built-in JRun web

Re: CF8/Vista 64 debug output not showing up

2010-02-17 Thread Mary Jo Sminkey
>I just tested this on my laptop (CF 9 multiserver, Windows 7 64-bit) >and didn't get any debug output initially through IIS, but did get it >through the built-in JRun web server. I'm currently just using the built-in web server, so it's not an IIS issue. It definit

Re: CF8/Vista 64 debug output not showing up

2010-02-17 Thread Dave Watts
> be an issue. I did end up reinstalling CF8 on my > machine and it's starting up fine againbut still no dice getting debug > output. I tried creating a directory with nothing but an plain > index.cfm page in it, and still no debug. The line debugger works fine, and > ha

Re: CF8/Vista 64 debug output not showing up

2010-02-17 Thread Mary Jo Sminkey
nstalling CF8 on my machine and it's starting up fine againbut still no dice getting debug output. I tried creating a directory with nothing but an plain index.cfm page in it, and still no debug. The line debugger works fine, and having that on or off doesn't seem to make any di

Re: CF8/Vista 64 debug output not showing up

2010-02-16 Thread Kevin Pepperman
I know its the obvious, but Vista has many ways of preventing services from accessing critical processes, make sure the built in Firewall is not blocking the ports or the JVM. I have seen instances in Vista where something will change, and the firewall will suddenly be blocking it-- where it was

Re: CF8/Vista 64 debug output not showing up

2010-02-16 Thread Mary Jo Sminkey
>Try adding the IPv6 address or disabling IPv6. The local loopback uses >it. > >Also look through the code for any cfsetting showdebugoutput="no" Thanks for the ideasdefinitely nothing in the code that is turning the debug off, that was the first thing I checked. ;-) I was going to try

RE: CF8/Vista 64 debug output not showing up

2010-02-16 Thread Mark A. Kruger
- From: Mary Jo Sminkey [mailto:mary...@cfwebstore.com] Sent: Tuesday, February 16, 2010 2:11 PM To: cf-talk Subject: Re: CF8/Vista 64 debug output not showing up >CF8 (64 bit)/Vista Professional (64 bit)/IIS7 This is my development >workstation and I am using localhost. > >

Re: CF8/Vista 64 debug output not showing up

2010-02-16 Thread Mary Jo Sminkey
>CF8 (64 bit)/Vista Professional (64 bit)/IIS7 This is my development >workstation and I am using localhost. > >For some reason, debug output isn't showing up; I've tried any number of >options in CF Administrator settings -- classic and AJAX both, to no avail. >

Re: CF8/Vista 64 debug output not showing up

2009-10-25 Thread Cameron Childress
What IP is reflected as remote address when you do this? -Cameron On Sat, Oct 24, 2009 at 5:29 PM, Pete Ruckelshaus wrote: > > CF8 (64 bit)/Vista Professional (64 bit)/IIS7  This is my development > workstation and I am using localhost. > > For some reason, debug output i

CF8/Vista 64 debug output not showing up

2009-10-24 Thread Pete Ruckelshaus
CF8 (64 bit)/Vista Professional (64 bit)/IIS7 This is my development workstation and I am using localhost. For some reason, debug output isn't showing up; I've tried any number of options in CF Administrator settings -- classic and AJAX both, to no avail. I am not using cfsetting t

Re: can't enable debug output in coldfusion 8

2008-07-29 Thread Alex I
got it working... i've re-registered ips in CF Admin. also i realized that 'localhost' does not work for debugging on a local machine... thanks for replies guys! ~| Adobe® ColdFusion® 8 software 8 is the most important and dra

RE: can't enable debug output in coldfusion 8

2008-07-29 Thread Adrian Lynch
From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: 29 July 2008 04:39 To: CF-Talk Subject: Re: can't enable debug output in coldfusion 8 Also, check for this anywhere in your code: ~Brad - Original Message - From: "Al Musella, DPM" <[EMAIL PROTECTED]> To: "CF-Talk&q

Re: can't enable debug output in coldfusion 8

2008-07-28 Thread Brad Wood
Also, check for this anywhere in your code: ~Brad - Original Message - From: "Al Musella, DPM" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, July 28, 2008 8:18 PM Subject: Re: can't enable debug output in coldfusion 8 >I am still on an older vers

Re: can't enable debug output in coldfusion 8

2008-07-28 Thread Al Musella, DPM
I am still on an older version of cf, but does cf 8 have a "restrict debug output to specified ips"? Check that your ip address is specified. >Maybe there is something in the CF code that is suppressing the debug >output...? > >On Mon, Jul 28, 2008 at 2:54 PM, Al

Re: can't enable debug output in coldfusion 8

2008-07-28 Thread Qing Xia
Maybe there is something in the CF code that is suppressing the debug output...? On Mon, Jul 28, 2008 at 2:54 PM, Alex I <[EMAIL PROTECTED]> wrote: > already re-installed CF8 and can't find any solution... > i'm simply trying to enable debug output in CF admin and nothing

can't enable debug output in coldfusion 8

2008-07-28 Thread Alex I
already re-installed CF8 and can't find any solution... i'm simply trying to enable debug output in CF admin and nothing happens when i check "Enable Robust Exception Information" setting. "Request Debugging" is not working as well. (?cfdebug) BTW, running CF8 on Vi

RE: Oops, Adobe have broken their debug output links

2006-08-01 Thread Munson, Jacob
I just tried them both with s/macromedia/adobe/ and that works. They should fix that in one of the updates. > -Original Message- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 01, 2006 2:51 PM > > Just noticed this. > > When u get a coldfusion error it says > > Pleas

Oops, Adobe have broken their debug output links

2006-08-01 Thread Snake
Just noticed this. When u get a coldfusion error it says Please try the following: * Check the ColdFusion documentation to verify that you are using the correct syntax. * Search the Knowledge Base to find a solution to your problem. And those two pages it links to no longer exist. http

RE: Classic debug output & table-less CSS layout

2006-07-11 Thread Sandra Clark
y 11, 2006 10:03 PM To: CF-Talk Subject: Classic debug output & table-less CSS layout Does anyone have a solution for how to ensure that classic debug output gets displayed below a page created with table-less layour and absolute positioning, rather than having it "appear" in the s

Classic debug output & table-less CSS layout

2006-07-11 Thread Pete Ruckelshaus
Does anyone have a solution for how to ensure that classic debug output gets displayed below a page created with table-less layour and absolute positioning, rather than having it "appear" in the same space (i.e. it appears to be in a layer with a Z-index of 0, so most of the site actuall

Re: Debug output not showing on page with an Iframe

2005-11-17 Thread Dave Phillips
his code: Create a file called test2.cfm and in it put this: This is test 2 iframe. Now load test1.cfm and make sure you enable your debugging. You will see debug output inside the iframe, but not on the outside. Now change the code in test1.cfm to: Run again. Now you will see the debug output

Re: Debug output not showing on page with an Iframe

2005-11-08 Thread Thomas Chiverton
On Monday 07 November 2005 17:08, Dave Phillips wrote: > ideas/suggestions as to how to get around what appears to be a bug? Did you close your iframe tag ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Logware (www.logw

Debug output not showing on page with an Iframe

2005-11-07 Thread Dave Phillips
Hi, I've got a page that uses an iframe to display some data. I have debugging enabled and am using CFMX 7 enterprise. The is at the bottom of my main page. For some reason, I do not get ANY debugging output on the main page, only on the actual iframe page. Other than commenting out the if

Chaning debug output in CF5

2004-09-03 Thread Mark Drew
Is there anyway to do this? I do a lot of fusebox and I wanted to change the colours so I can see what files are being called. I KNOW how do do this is CFMX  but I need a solution for CF5 Any ideas? -- Mark Drew coldfusion and cfeclipse bloged: http://cybersonic.blogspot.com/ [Todays Threads]

RE: Debug output order

2003-11-07 Thread DURETTE, STEVEN J (AIT)
Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 5:35 PM To: CF-Talk Subject: RE: Debug output order Steve, Here's one from my CFMX server. (0ms) E:\inetpub\wwwdocs\Clients\Application.cfm (94ms) E:\inetpub\wwwdocs\Clients\Client_Documents.cfm   ·  (0ms) E:\ine

RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
e the output mode set to TREE, not SUMMARY (in the cf admin "debug settings" page. -Mark   -Original Message-   From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]   Sent: Friday, November 07, 2003 3:38 PM   To: CF-Talk   Subject: RE: Debug output order   The default one that

RE: RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
I hate to say this but 3.04 is easier than 4.x.  If you see 4.x for CFMX run.  And whatever you do - don't upgrade! -Mark   -Original Message-   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]   Sent: Friday, November 07, 2003 3:55 PM   To: CF-Talk   Subject: Re:RE: Debug o

RE: Debug output order

2003-11-07 Thread Debbie Dickerson
Forget I said that. Didn't notice you said CF5. -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 4:44 PM To: CF-Talk Subject: RE: Debug output order Switch the output mode from 'summary' to 'tree', and it shou

Re:RE: Debug output order

2003-11-07 Thread jlangevin
___ Subject:    RE: Debug output order Author: [EMAIL PROTECTED] Date:   11/7/2003 4:29 PM Jeff, There's not a way in CF 5 - in CFMX there is an open template - and they actually ARE in order by default.  What version of ACB are you using? -Mark -Original Message- Fr

RE: Debug output order

2003-11-07 Thread Debbie Dickerson
Switch the output mode from 'summary' to 'tree', and it should show in the order it's processed. Debbie -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2003 4:38 PM To: CF-Talk Subject: RE: Debug output or

RE: Debug output order

2003-11-07 Thread DURETTE, STEVEN J (AIT)
ebug output order Steve, What debug template are you using - and did you make any changes to it? -mark   -Original Message-   From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]   Sent: Friday, November 07, 2003 3:18 PM   To: CF-Talk   Subject: RE: Debug output order   Mark,   I be

RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
Steve, What debug template are you using - and did you make any changes to it? -mark   -Original Message-   From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]   Sent: Friday, November 07, 2003 3:18 PM   To: CF-Talk   Subject: RE: Debug output order   Mark,   I beg to differ

RE: Debug output order

2003-11-07 Thread DURETTE, STEVEN J (AIT)
Mark, I beg to differ. I'm using CFMX 6.1 For a page I am viewing they are in this order: 1) Application.cfm 2) global.cfm 3) varload.cfm 4) CategoryDefine.cfm but the order in the debug output is: 1) Application.cfm 2) CategoryDefine.cfm 3) global.cfm 4) varload.cfm

RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
-Talk   Subject: Debug output order   Hi folks,   I am running CF5 on Win2k and I am trying to debug something in AbleCommerce   (hold your groans).   I have set all debug info to be dumped to the screen in cf administrator.  I   would like to see the order that templates are getting processed.  Ho

Debug output order

2003-11-07 Thread jlangevin
Hi folks, I am running CF5 on Win2k and I am trying to debug something in AbleCommerce (hold your groans).   I have set all debug info to be dumped to the screen in cf administrator.  I would like to see the order that templates are getting processed.  However, the template execution list is in a

RE: debug output not working in CFMX

2003-03-03 Thread Tony Weeg
:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 8:25 PM To: CF-Talk Subject: Re: debug output not working in CFMX yep...that's where I'm at tooit works now...good enough for me ;-) So how was the boardin Tony?? Bryan Stevenson B.Comm. VP & Director of E-Commerce Development

Re: debug output not working in CFMX

2003-03-03 Thread Bryan Stevenson
"CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 5:11 PM Subject: RE: debug output not working in CFMX > cause its a computer, and you are a human > and its just something that we all must live with :) > > jk, im not sure, although i know, what my ip is, and &g

RE: debug output not working in CFMX

2003-03-03 Thread Tony Weeg
127.0.0.1, strange for sure but whatever, it works tw -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 7:52 PM To: CF-Talk Subject: Re: debug output not working in CFMX H...even weirder When I use the "Add current" button

Re: debug output not working in CFMX

2003-03-03 Thread Bryan Stevenson
<[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 4:43 PM Subject: Re: debug output not working in CFMX > Yes everything is as it should beit just ain't workin ;-) > > I have the following IPs: > -127.0.0.1 and localh

Re: debug output not working in CFMX

2003-03-03 Thread Bryan Stevenson
D]> Sent: Monday, March 03, 2003 4:43 PM Subject: Re: debug output not working in CFMX > Yes everything is as it should beit just ain't workin ;-) > > I have the following IPs: > -127.0.0.1 and localhost just for fun > -the internal IP of the server (192.168.1.101) >

Re: debug output not working in CFMX

2003-03-03 Thread Bryan Stevenson
verisland.com - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 4:29 PM Subject: RE: debug output not working in CFMX > is your ip address shown in the list of ips > to show debugging

Re: debug output not working in CFMX

2003-03-03 Thread Bryan Stevenson
- Original Message - From: "Joe Eugene" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 4:28 PM Subject: RE: debug output not working in CFMX > > I can't get debugging to fly in CFMX. > > Can you get debu

RE: debug output not working in CFMX

2003-03-03 Thread Tony Weeg
is your ip address shown in the list of ips to show debugging for? tony -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 7:29 PM To: CF-Talk Subject: debug output not working in CFMX Hey All, I can't get debugging to fly in CFMX.

RE: debug output not working in CFMX

2003-03-03 Thread Joe Eugene
nt: Monday, March 03, 2003 7:29 PM > To: CF-Talk > Subject: debug output not working in CFMX > > > Hey All, > > I can't get debugging to fly in CFMX. The second updater is > installed, and > I've tried every possible IP. Debugging is turned on in classic mode,

debug output not working in CFMX

2003-03-03 Thread Bryan Stevenson
Hey All, I can't get debugging to fly in CFMX. The second updater is installed, and I've tried every possible IP. Debugging is turned on in classic mode, but nothing shows when CFM pages are run. Man I hate it when the simple things blow up like this ;-) TIA for any insight Cheers Bryan Stev

CFMX and debug output

2003-03-03 Thread Bryan Stevenson
Hey All, I haven't been using my local box for development for a while (working off client machines). Anyways, I was happily cleaning up my local dev environment and found that debugging doesn't seem to be working in MX!! Anybody run across this one? I'm on Win2K/IIS/CFMX w/ updater 2 I've got t

customizing debug output --

2002-11-23 Thread S . Isaac Dealey
For anyone who might be interrested: I wanted to improve control over variable display at the bottom of the debug output, so I got into the cfmx setup and I discovered a couple of things: You can create custom debugging templates in cfusionmx/wwwroot/web_inf/debug and they do get added to the

RE: Show debug output (easy slice of cheese to the winner)

2002-08-02 Thread Al Everett
--- Todd <[EMAIL PROTECTED]> wrote: > is your friend. :) That sucks tho... Well, sure, for the various variable scopes. Any way to get to the queries that were run? Short of something like this, I mean: select firstname, lastname, email from tblUsers where UserID = #FORM.ID# and expiratio

RE: Show debug output (easy slice of cheese to the winner)

2002-08-02 Thread Tipton Josh (orl1jdt)
look in dev exchange at it is sweet. -Original Message- From: Al Everett [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:45 PM To: CF-Talk Subject: RE: Show debug output (easy slice of cheese to the winner) Given all that, does anyone have a chunk of code that simulates

RE: Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Todd
> you want to see what the page looks like without it. the "yes" setting > > is > > only useful as a placeholder for the tag (so you don't have to keep > > commenting it out everytime you want to see the debug). > > > > -mk > > > > -Origi

RE: Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Al Everett
;t have to keep > commenting it out everytime you want to see the debug). > > -mk > > -Original Message- > From: Eric Hoffman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 01, 2002 3:28 PM > To: CF-Talk > Subject: Show debug output (easy slice of cheese to the

RE: Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Charles McElwee
Actually, you're IP must be listed ONLY if any IPs are listed. If no IPs are listed, then all users will see debug output. - Chuck -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 4:53 PM To: CF-Talk Subject: RE: Show

RE: Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Mark A. Kruger - CFG
2002 3:28 PM To: CF-Talk Subject: Show debug output (easy slice of cheese to the winner) Put in my application.cfm, the templates do not append the debug info at the end of the templates. What have I missed? Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Deliverin

RE: Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Eric Hoffman
Message- From: Ken Beard [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 3:38 PM To: CF-Talk Subject: RE: Show debug output (easy slice of cheese to the winner) is it setup in the admin? is there another of these tags in one of those files that sets it back to no? -Original

RE: Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Raymond Camden
TED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -Original Message- > From: Eric Hoffman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 01, 2002 4:28 PM > To: CF-Talk > Subject: Show debug output (easy slice of cheese to

RE: Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Ken Beard
is it setup in the admin? is there another of these tags in one of those files that sets it back to no? -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 4:28 PM To: CF-Talk Subject: Show debug output (easy slice of cheese to the winner

Show debug output (easy slice of cheese to the winner)

2002-08-01 Thread Eric Hoffman
Put in my application.cfm, the templates do not append the debug info at the end of the templates. What have I missed? Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions __

RE: Debug output won't display!

2002-03-15 Thread Albrechtas, Adam
Try adding "mode=debug" to the query string of the page you are calling. -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 8:27 AM To: CF-Talk Subject: Debug output won't display! I'm trying to get page timings

Re: Debug output won't display!

2002-03-15 Thread Jochem van Dieten
ked > the archive and couldn't find anything. The page is using cfcache but the > debug output still doesn't show after I've commented it out. Any clues? > I'm using CF5 Ent on Win2K Server Try as the last line in your OnRequestEnd.cfm Jochem

RE: Debug output won't display!

2002-03-15 Thread Mike Connolly
Are you going through a proxy server? You'll need to register your proxy server IP address for debugging. -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]] Sent: 15 March 2002 13:27 To: CF-Talk Subject: Debug output won't display! I'm trying to get

Debug output won't display!

2002-03-15 Thread Pete Ruckelshaus
anything. The page is using cfcache but the debug output still doesn't show after I've commented it out. Any clues? I'm using CF5 Ent on Win2K Server Thanks Pete __ Why Share? Dedicated Win 2000 Server · PII

RE: Customize Debug Output

2001-12-27 Thread Ben Forta
mp;stream=uni &token=0.23546 --- Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 4:30 PM To: CF-Talk Subject: Customize Debug Output Is there a way to customize the debug output that ColdFusion generates? I know I could

Customize Debug Output

2001-12-27 Thread cf
Is there a way to customize the debug output that ColdFusion generates? I know I could create my own and put it in the onrequestend.cfm template for my applications when I want to use it, but would like to find a solution that I can make the customizations server wide on the system debug

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Justin Hansen
The real question is does this information solve the problem of the original post? Problem: How to view debug output on a dark or black background. Solution: Create an OnRequestEnd containing only Does solve the problem? Yes. Does it work for all cfm pages in all folders under the

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Andy Ewings
CF-Talk Subject: RE: Debug output - OnRequestEnd.cfm Don't quite see how you can make this claim, I always use it. Every application I've ever written makes use of it. I may be in the minority, but you have no real way of knowing that, so it is not quite accurate nor fair to say it

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Joe Sheble aka Wizaerd
Don't quite see how you can make this claim, I always use it. Every application I've ever written makes use of it. I may be in the minority, but you have no real way of knowing that, so it is not quite accurate nor fair to say it's rarely used. At 10:25 AM 7/11/01 -0700, you wrote: >To

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Jeffry Houser
riginal Message- >From: Mike Kear [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, July 10, 2001 5:12 PM >To: CF-Talk >Subject: RE: Debug output > >U Justin, what's onrequestend.cfm?The way you wrote that makes me >think that's another of the many undocumented fe

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Mike Connolly
sub-folders below. Mike Connolly -Original Message- From: Justin [mailto:[EMAIL PROTECTED]] Sent: 11 July 2001 14:41 To: CF-Talk Subject: RE: Debug output - OnRequestEnd.cfm Mike, OnRequestEnd.cfm works just like Application.cfm. As we all know Applicaion.cfm gets run before every page

RE: Debug output - OnRequestEnd.cfm

2001-07-11 Thread Justin
Developer Interactive Business Solutions, Inc 816-221-5200 ext. 1305 -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 5:12 PM To: CF-Talk Subject: RE: Debug output U Justin, what's onrequestend.cfm?The way you wrote that makes me think t

RE: Debug output

2001-07-10 Thread Mike Kear
-Original Message- From: Justin [mailto:[EMAIL PROTECTED]] Subject: RE: Debug output Try putting after your at the end of your pages. Better yet, you could put it in onrequestend.cfm, then you wouldn't have to modify all your pages. Justin Hansen - [EMAIL PROTECTED] Web Applic

RE: Debug output

2001-07-10 Thread Justin
ssage- From: stas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 11:26 AM To: CF-Talk Subject: Debug output Is there a way to capture CFAS's debug output and format it? My problem is that if I develop a site that has a dark background, I can't see any debug information because t

Re: Debug output

2001-07-10 Thread Ricq Pattay
Medicine University of Minnesota - Twin Cities - Original Message - From: "stas" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 11:26 AM Subject: Debug output > Is there a way to capture CFAS's debug output and form

Re: Debug output

2001-07-10 Thread Howie Hamlin
- From: "stas" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 12:26 PM Subject: Debug output > Is there a way to capture CFAS's debug output and format it? My problem is > that if I develop a site that h

Debug output

2001-07-10 Thread stas
Is there a way to capture CFAS's debug output and format it? My problem is that if I develop a site that has a dark background, I can't see any debug information because the text is dark too. I am mainly interested in looking at SQL statements, I know you can see most other informati