Re: shouldn't be getting cfquery output ?

2003-12-16 Thread S . Isaac Dealey
Hi Dan,

Debugging can be enabled and disabled programmatically within a cfml
page...
Look for a  tag somewhere in that
request.

hth

> At the bottom of my page I'm getting the following.

> Queries

> getit (Records=1, Time=47ms)
> SQL =
> select * from order_users where id = 2

> This shouldn't be appearing at all. None of my other
> templates have the
> query information appearing, why would this page have it.
> As far as I know
> debugging isn't turned on. If it was the query info would
> appear on my other
> pages.

> __
> Daniel Farmer
> Producer / Coldfusion Developer
> http://www.bernardclark.com/danfarmer.ca
> P: 613.284.1684

s. isaac dealey    214-823-9345

team macromedia volunteer  http://www.macromedia.com/go/team

chief architect, tapestry cms  http://products.turnkey.to

onTap is open source   http://www.turnkey.to/ontap
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




shouldn't be getting cfquery output ? ( solved )

2003-12-16 Thread Dan Farmer
Thanks John, that did it.

__
Daniel Farmer
Producer / Coldfusion Developer
http://www.bernardclark.com/danfarmer.ca
P: 613.284.1684



>From: John Beynon <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: shouldn't be getting cfquery output ?
>Date: Tue, 16 Dec 2003 21:32:47 -
>
>Definitely debugging information,
>
>Try  and see if it disappears,
>
>Jb.
>
>-Original Message-
>From: Dan Farmer [mailto:[EMAIL PROTECTED]
>Sent: 16 December 2003 21:17
>To: CF-Talk
>Subject: shouldn't be getting cfquery output ?
>
>At the bottom of my page I'm getting the following.
>
>Queries
>
>getit (Records=1, Time=47ms)
>SQL =
>select * from order_users where id = 2
>
>This shouldn't be appearing at all. None of my other templates have the
>query information appearing, why would this page have it. As far as I know
>debugging isn't turned on. If it was the query info would appear on my 
>other
>
>pages.
>
>
>__
>Daniel Farmer
>Producer / Coldfusion Developer
>http://www.bernardclark.com/danfarmer.ca
>P: 613.284.1684
>
>
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: shouldn't be getting cfquery output ?

2003-12-16 Thread John Beynon
Definitely debugging information,

Try  and see if it disappears,

Jb.

-Original Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED] 
Sent: 16 December 2003 21:17
To: CF-Talk
Subject: shouldn't be getting cfquery output ?

At the bottom of my page I'm getting the following.

Queries

getit (Records=1, Time=47ms)
SQL =
select * from order_users where id = 2

This shouldn't be appearing at all. None of my other templates have the 
query information appearing, why would this page have it. As far as I know 
debugging isn't turned on. If it was the query info would appear on my other

pages.

__
Daniel Farmer
Producer / Coldfusion Developer
http://www.bernardclark.com/danfarmer.ca
P: 613.284.1684
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




shouldn't be getting cfquery output ?

2003-12-16 Thread Dan Farmer
At the bottom of my page I'm getting the following.

Queries

getit (Records=1, Time=47ms)
SQL =
select * from order_users where id = 2

This shouldn't be appearing at all. None of my other templates have the 
query information appearing, why would this page have it. As far as I know 
debugging isn't turned on. If it was the query info would appear on my other 
pages.

__
Daniel Farmer
Producer / Coldfusion Developer
http://www.bernardclark.com/danfarmer.ca
P: 613.284.1684
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]