All,
I've got a couple of quick-hit bugs (hopefully) that are driving me
batty.
For starters, I work locally off of Win2k3 Server running mysql at home
as a dev/test environment and then I have a production box running Linux
& mysql. I'm pretty-well tested when it comes to being on current,
sta
CFMX 6.1
I have been through this before and was painful. The last fix I tried with
this problem at another hosts didn't work this time. That last fix was
appending cookie info below to URL's as below
nextpage.cfm?#cookie.CFTOKEN##cookie.CFID#
Below is my setting code
New hosts if Intermedi
Why not build a form-based authentication scheme and ignore the browser's
functionality? Then, use SSL to protect the connection.
~|
Logware (www.logware.us): a new and convenient web-based time tracking
application. Start tra
I setup my intranet so that, even if the session times-out, it will be
transparent to the end-user. I do this by keeping a separate session cookie.
When the session times-out, then the user accesses another page in the
application, my scripts will reload the data in the session scope again. Th
> The requirement we're trying to meet here is that we want the
> users to authenticate themselves when they access the
> application. We can't accept that an authentic user logged
> onto the workstation some four hours ago, so the person
> accessing this application is the same person. The c
...From: Dave Watts [mailto:[EMAIL PROTECTED]
...So, all you have to do is deny access to those files for the accounts
...with
...which people are logging into their workstations, and allow access to
...those
...files for other accounts.
The requirement we're trying to meet here is that we want th
> I am stuck with a 30 minute timeout on the Crystaltech
> Hosting Service CFMX servers. I have contacted them asking
> for a longer timeout, but they will not do it.
>
> I don't want to rewrite everything right now to get rid of
> session variables, so:
>
> Is there a graceful way to recover
> Does anybody know if there is a way using IIS(Server 2000)
> and IE(5.5-6.0) to always require a user to authenticate
> themselves when they access certain web sites/applications.
> In other words, do not allow IE/IIS to authenticate a user
> behind the scenes using credentials provided when
and will go a long way towards reducing it. If you
don't want any, however, you'll need to judiciously use CFSILENT or
some kind of post-processing to strip the whitespace out of the
generated content.
cheers,
barneyb
On Fri, 4 Feb 2005 18:11:23 -0500, CFDEV <[EMAIL PROTECTED]> wrote:
> What's
are 2 things you can use.
Also make sure whitespace amangement is checked in the Administrator.
And use CFCs and and set output = false.
Theres also a custom tag called lesswhitespace...but on large pages it
takes a while to process the page..
Adam H
On Fri, 4 Feb 2005 18:11:23 -0500, CFDE
What's the trick so there is no blank space where the coldfusion code is
when we look at the source code in the browser?
Thanks
Pat
~|
Logware (www.logware.us): a new and convenient web-based time tracking
application. Start
You'll never see any of my stuff, we have a HUGE CF intranet, but no
one will ever know about it except for me talking about it
Adam H
On Fri, 4 Feb 2005 16:42:03 -0500, dave <[EMAIL PROTECTED]> wrote:
> too me its like this, ms has a tendency to drop things everytime someone has
> somethin
Yes, it just might! I will have to go a hunting for that.
It looks like basic authentication may be back on the table. I found a very
good explanation of the different authentication choices here
[http://www.owasp.org/columns/jlima/joelima2.html]. And it confirms and idea
that I had which is
I am stuck with a 30 minute timeout on the Crystaltech Hosting Service CFMX
servers. I have contacted them asking for a longer timeout, but they will
not do it.
I don't want to rewrite everything right now to get rid of session
variables, so:
Is there a graceful way to recover from a session va
I seem to remember that some time in the past Ben wrote an authentication CFX
tag that would pop a browser auth. box. Perhaps, in combination with SSL, that
would work?
> Does anybody know if there is a way using IIS(Server 2000) and IE(5.
> 5-6.0) to always require a user to authenticate thems
Does anybody know if there is a way using IIS(Server 2000) and IE(5.5-6.0) to
always require a user to authenticate themselves when they access certain web
sites/applications. In other words, do not allow IE/IIS to authenticate a user
behind the scenes using credentials provided when the client
Well.. oneway to do it is to create a new relationship table.. i.e
tblRelatedTrails
> relationID
> trailID
> relatedTrailID
and when doing a select for review you can do a sub select on the
relatedTrails table.. and use IN()
anotherway is to use the geo info of the trails.. and sele
too me its like this, ms has a tendency to drop things everytime someone has
something new (look no futher than asp or google type searches or anti-spyware,
which is hilarious because their browser installs the spyware then u gotta pay
them to buy their ani-spyware to get rid of it and make them
> -Original Message-
> From: Yves Arsenault [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 04, 2005 3:32 PM
> To: CF-Talk
> Subject: Re: A brief question about lists
>
> Hi Jim,
>
> And the results processed fairly quickly? Even with the log files?
Well - the log file stuff I only di
yeah i know just given ya a hard time ;)
actually i thought u meant xhtml, sorry i gots a hottie on my mind!
From: Will Tomlinson <[EMAIL PROTECTED]>
Sent: Friday, February 04, 2005 4:10 PM
To: CF-Talk
Subject: Re: cfset ?
No no no!!
I was a bit va
I'd agree with that. The Apache web server is probably in the same
category--used more in public hosting environments and less behind corporate
firewalls, so surveys that only measure public web servers (such as
Netcraft) tend to be skewed.
Vince
> -Original Message-
> From: Ben Forta [m
SELECT TOP x..
However..
MS SQL Server does not support select range type quries.
If your table does not contain lot of data.. look at CFOUTPUT controls..
otherwise.. SQL StoredProc would give you good results..
Nick Baker wrote:
> MS SQL
> CFMX 6.1
>
> How do you limit the score of info ret
> MS SQL
> CFMX 6.1
>
> How do you limit the score of info returned?
> or
> The equivalent of MySQL
> LIMIT #StartRow#, #NumberRows#
To get the first 5 rows:
SELECT TOP 5 ...
To get the second 5 rows:
SELECT TOP 5 ...
FROM ...
WHERE field NOT IN (SELECT TOP 5 ...)
Dave Watts, CTO, Fig
Yes, the crux of the question is how to handle the subset question. In the
below example a review left for SnowLake would be availble for the Snowlake
Hike only. If I user left a review for Gem lake, then the review should be
available for SnowLake or Gemlake since you pass by Snow lake on your
No no no!!
I was a bit vague with my response there I guess. I AM coding everything xhtml,
except those DAMN cfforms are still screwing me!! Friggin in uppercase!
Who's the idget that did that anyway??
In speaking of extra keystrokes, I'm talkin about
That's useless to me! I'm used to lo
he he me 2!
that damn glorified frontpage junk! hahaha
From: Will Tomlinson <[EMAIL PROTECTED]>
Sent: Friday, February 04, 2005 3:33 PM
To: CF-Talk
Subject: Re: Coldfusion VS ASP.NET use
I'm gonna be a good boy and stay out of this one!
:)
Will
~
actually .net will (haha) its really easy to do in dreamweaver!
set the default document type to be xhtml compliant in the preferences and
then when done with page under commands select fix xhtml.
u have to do a few things like adding alt text to images but u should be doing
that anyway.
a fe
John Munyan wrote:
> I have a question about how a relationship would be best modeled in SQL.
> Currently I have a hiking website, which hosts trail reviews. People can add
> their own comments which are associated with the hike.
>
> For instance maybe I hiked snow lake on 12/1/05 and also 6/
Good idea ;)
Rey...
- Original Message -
From: "Will Tomlinson" <[EMAIL PROTECTED]>
To: "CF-Talk"
Sent: Friday, February 04, 2005 2:33 PM
Subject: Re: Coldfusion VS ASP.NET use
> I'm gonna be a good boy and stay out of this one!
>
> :)
>
> Will
>
>
~~
I'm gonna be a good boy and stay out of this one!
:)
Will
~|
Logware (www.logware.us): a new and convenient web-based time tracking
application. Start tracking and documenting hours spent on a project or with a
client with Lo
Hi Jim,
And the results processed fairly quickly? Even with the log files?
Thanks,
Yves
On Fri, 4 Feb 2005 14:54:08 -0500, Jim Davis
<[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Yves Arsenault [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 04, 2005 2:43 PM
> > To:
I am creating a XML tree. The childs[i].lastversionid element is not available,
and I am aware of. But, instead of executing the cfcatch part (which creates
XML data with the error data in it to show in a treeview) CFMX just throws the
error. Anybody happen to have same issues before with cftry/
MS SQL
CFMX 6.1
How do you limit the score of info returned?
or
The equivalent of MySQL
LIMIT #StartRow#, #NumberRows#
Thanks,
Nick
~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket applicat
Thank you all who answered!
This list would probably be up to 350 items.. so I was thinking that
might be a bit much.
I suspect if I dig around with the SQL a bit more, I can get the
results I desire...
Yves
On Fri, 4 Feb 2005 14:54:08 -0500, Jim Davis
<[EMAIL PROTECTED]> wrote:
> > -Origi
This all translates to tens of thousands of extra keystrokes for me. And being
the lazy coder that I am, I'll deem them unecessary!
:)
Will
~|
Logware (www.logware.us): a new and convenient web-based time tracking
application
you need to create a DTD to encompass all these..
W3C has a good example.. [XHTMLMOD]
http://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/#ref-xhtmlmodschema
frankly I think.. until the XHTML MOD Schema is finalized(working draft
now) stuff like this gonna be.. a pain.. unless you are a
I have a question about how a relationship would be best modeled in SQL.
Currently I have a hiking website, which hosts trail reviews. People can add
their own comments which are associated with the hike.
For instance maybe I hiked snow lake on 12/1/05 and also 6/1/05. However, the
user rev
> -Original Message-
> From: Yves Arsenault [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 04, 2005 2:43 PM
> To: CF-Talk
> Subject: A brief question about lists
>
> Hello,
>
> I was wondering if there are any guidelines, or limits in how many
> items can be in a list in a CF variable
None other than the fact that a list is a delimited text string that has to
be parsed to get out the value. Too long and it takes a lot of processing to
deal with it.
Personally, I don't use lists longer than 100 items unless there's a really
good reason for it.
> Hello,
>
> I was wondering if th
> I was wondering if there are any guidelines, or limits in how
> many items can be in a list in a CF variable.
There's no specific list data type in CF; lists are just strings. So, my
guess is that a list can only contain as many characters (including
delimiters) as any other string. Of course,
I believe that it's still the XHTML MIME type, because that's what the
document acutally, is regardless of what other stuff it might have
embedded in it. But you're right, the MIME type is utterly
insufficient for describing a compound XML document.
cheers,
barneyb
On Fri, 4 Feb 2005 17:03:18 +0
Hello,
I was wondering if there are any guidelines, or limits in how many
items can be in a list in a CF variable.
Anyone?
Thanks,
--
Yves Arsenault
~|
Logware (www.logware.us): a new and convenient web-based time tracking
a
> -Original Message-
> From: Paul Vernon [mailto:[EMAIL PROTECTED]
>
> My mails are generally set up as follows...
> failto="[EMAIL PROTECTED]" ...>
Perfect! That was it! Thanks Paul.
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.
>our group maybe getting the fun challange of migrating about 50-80
>Lotus/Domino apps to Coldfusion. I was curious if anyone has done this
>and/or if anyone had any pointers or suggestions on wherre to start.
>Right now we have an ODBC connection and are able to read some data
>but we're concerned
our group maybe getting the fun challange of migrating about 50-80
Lotus/Domino apps to Coldfusion. I was curious if anyone has done this
and/or if anyone had any pointers or suggestions on wherre to start.
Right now we have an ODBC connection and are able to read some data
but we're concerned abou
Dave, honestly, I don't think anyone really knows the answer to that one.
But it is clear that some technologies tend to be used less in internal
corporate development (PHP is a perfect example of this) meaning that
proportionally there is more of them public facing and that skews any
extrapolation
Daniel Kessler wrote:
>
> It's good to hear that it might not be too hard. It looked nice.
BlogCFM 0.93b includes full support for Oracle and SQL Server.
I also fixed quite a lot of major and minor bugs, and finished some
features that weren't done (like requiring account confirmation before
Well, I tested this and it works fine on a 2k db NOT running in
compatability mode, so that is the issue. Now to find a workaround.
-Original Message-
From: John Stanley
Sent: Friday, February 04, 2005 11:35 AM
To: CF-Talk
Subject: OT:SQL Replace Question
Anyone have any idea why this c
My mails are generally set up as follows...
This works for the most part except with MTA's like MS Exchange that will
accept mails for any address and then bounce them after receiving the full
mail... This means that the failto address is lost because it is only used
in the SMTP conversation and
At 12:01 PM -0500 2/3/05, CF-Talk wrote:
>"Y'know, I use Oracle as the DBMS for my blog."
>
>"Isn't that kinda overkill?"
>
>"Yeah, but your should hear the server growl whenever somebody pulls up
>pictures of my cat!"
yeah it is probably overkill, but it's what the University supports
and I use
I just moved an application that was coded a couple of years ago from
a CF5 server to a CFMX 6.1 server. I just figured out why my cfserver
was pegging 100% CPU when it would hit a certain page. There was a
CFFile statement where the output attribute didn't have ending quotes.
It didn't throw an
Use the failto attribute of the cfmail tag.
Russ
-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED]
Sent: Friday, February 04, 2005 12:45 PM
To: CF-Talk
Subject: RE: Trying to make emails bounce correctly, headers problem
I want regular replies to go to the From: addres
> Pardon my ignorance, but can we speculate why MM removed the
> CFUSION_DISABLE_DBCONNECTIONS function (and other related
> functions) from CFMX? Does it have to do with Java? Or does
> it have to do with security?
Presumably because the entire product was rewritten, and uses JDBC database
dri
I strongly recommend against automatic deployment to your production
environment on check-in. You should really have three environments: dev, test,
and prod. Build code in dev and check that it all works. Then you can check in
your code in dev. Deploy from dev to test and check that it works. Th
> Can anyone suggest how an Intranet user can send a PDF or
> text file to be printed on a specific printer from the server
> side? I'm thinking specifically about printing labels on a
> Dymo Labelwriter 330 USB which is on a box on the network.
>
> This is with CF5 / Win2K3
I haven't tried
> And keep in mind that over 80% of CF use is internal stuff,
> behind firewalls, stuff Google will never see.
Isn't that equally true for every other web application server technology?
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
Fig Leaf Software provides the highest caliber ven
>>Will send it right now with the subject RE_Extract.
Ah ah! Got it! And it is not marked as spam. ;-)
--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
T
I want regular replies to go to the From: address and error messages to
go to the Error-To: address. I didn't think it'd be needed.
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include
> -Original Message-
> F
Some email servers return to the FROM header address and ignore the other
headers. Try this:
" ... >
HTH,
--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanni
> Every week I send out a company newsletter to 2500
> subscribers. We get a few hundred bounce messages each time
> and they currently go back to the From address. Rather than
> cluttering up that account I created an 'emailerrors' account
> and am trying to configure the email to go to it i
Loha.
Every week I send out a company newsletter to 2500 subscribers. We get
a few hundred bounce messages each time and they currently go back to
the From address. Rather than cluttering up that account I created an
'emailerrors' account and am trying to configure the email to go to it
instead
No, I used this address. Will send it right now with the subject RE_Extract.
Dan
On Thu, 03 Feb 2005 23:07:29 -0500, Claude Schneegans
<[EMAIL PROTECTED]> wrote:
> >>Did your email address change? I sent a couple emails about
> RE_extract with no reply.
>
> No, it didn't.
> I changed my messag
> -Original Message-
> From: Mark A Kruger [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 04, 2005 9:57 AM
> To: CF-Talk
> Subject: RE: Coldfusion VS ASP.NET use
>
> Recall that many asp sites use "default.asp" ... not index.asp, whereas
> CF's
> "index.cfm" is far more standard.
Alth
Surely this is abundantly obvious, ASP/.NET has a much larger
saturation than CF, you don't need to google to know that...just open
your eyes a little.
--
Neil
http://www.theservicefactory.com
Get Firefox - http://www.getfirefox.com
~
Anyone have any idea why this code will not strip out the spaces in the
string "N0P 2L0"?
select Replace(postal_code,' ', '') from location where id = 1009637
when I change the last argument to 'X' it throws two X's in like it should.
We are running ms sql 2k in 6.5 compatibility mode, so I don
> I'm a little confused tho' - the first meeting is sending
> mixed messages.
> Is it virtual, online or both? It says "virtual" but then
> gives a physical
> address.
Hi Jim,
I see you've added a photo. I've bumped into many times before, but never
put the face with the name. Good to meet yo
> Where are you guys meeting? I'm in Nashua.
>
> Duane
Please refer to my reply to Jim Davis on this list, or see:
http://www.talkingtree.com/blog/index.cfm?mode=alias&alias=BostonCFMeetup
Thanks
~|
Logware (www.logware.us): a
James Holmes wrote:
> SELECT BLOG_CONFIG.*, 'foo' as foo FROM BLOG_CONFIG
>
> And you thought that would be hard, didn't you...
Hehheheh.. I'll keep that in mind!
You know, making BlogCFM work for 5 different databases has been an
interesting exercise.
Once it's done, I'm hoping to talk the al
SELECT BLOG_CONFIG.*, 'foo' as foo FROM BLOG_CONFIG
And you thought that would be hard, didn't you...
-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Saturday, 5 February 2005 12:04
To: CF-Talk
Subject: Re: Creating Oracle Functions in CFQUERY revisited
James, that d
A lot of OO books/papers make reference to an article titled "Think like an
object" from the Sept. 1991 Unix Review. This article is not online anywhere
and I was wondering if someone here had a copy and could scan/photocopy it
for me. I'm writing up a lot of CF-OO stuff and would like to see it.
"Micha Schopman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> XHTML in general has to be served as application/xhtml+xml,
> application/xml or text/xml to be valid. So serving the files with a
> mimetype other than the required results in invalid XHTML, although the
> format looks
James, that did the trick!
Crazy, in ALL other SQL queries sent via CFQUERY, if you end them in ;,
you get an "Invalid Character" error...
Here's a question, Mr. Oracle Man...
Why can't I do this?
SELECT *, 'foo' as foo FROM BLOG_CONFIG
It's easy enough to work around by specifying the field
whoops - looked like i removed the first line - it should have read:...
searching google i found:
index.cfm: about 17,600,000
index.asp: about 16,600,000
Cheers
Bert
On Fri, 4 Feb 2005 10:37:36 -0500, Vince Bonfanti <[EMAIL PROTECTED]> wrote:
> Where did you search to get those number? {snip}
>
Just a dump of dumb numbers
index.cfm - 19,200,000
default.cfm - 2,100,000
index.asp - 18,500,000
default.asp - 17,900,000
index.aspx - 3,670,000
default.aspx - 8,740,000
index.php - 29,100,000
default.php - 4,200,000
index.jsp - 10,900,000
default.jsp - 266,000
Ohh.. me scared.. aspx all
Searching 'fuseaction' in google turns up 12,700,000.
A lot of pages from US Senate and House. The gov't clearly endorses Fusebox
and CF. Hmmm, is this a good thing? ;)
Mark
>That means that there are bigger sites for CFM?
>how about fusebox? each site would be index.cfm and that is pretty
It may be, but the function still works anyway.
-Original Message-
From: Janet Schmitt [mailto:[EMAIL PROTECTED]
Sent: Friday, 4 February 2005 11:42
To: CF-Talk
Subject: Re: Creating Oracle Functions in CFQUERY revisited
YEAR is a reserved word in Oracle. Try a different name for the
YEAR is a reserved word in Oracle. Try a different name for the function.
Janet.
At 09:55 AM 2/4/2005 -0500, you wrote:
>All four queries execute fine... no errors... then when I try to access
>the Year() function, I still get the error:
>
>[Macromedia][Oracle JDBC Driver][Oracle]ORA-06575: Pac
James Holmes wrote:
> Hmm, does the Month function work? As for the error (or lack of it), it
> might be some weird driver issue. I'll try your exact code in a sec and post
> back.
Let me know... I'm running CFMX 6.1 Updater 1 on Windows, and using the
default Oracle JDBC Driver, connecting to an
I've got it - you are missing the final semicolon after END month and END
year. Running without them leads to this:
CREATE FUNCTION month (MyDate DATE) RETURN NUMBER IS BEGIN RETURN
extract(MONTH FROM MyDate);
END month
Warning: Function created with compilation errors
Notice that no ORA error
Where did you search to get those number? By default, IIS doesn't use
"index.asp" as the default document, but uses "default.asp" (for legacy ASP)
and "default.aspx" (for ASP.NET). What are the results for those?
Vince
> -Original Message-
> From: Bert Dawson [mailto:[EMAIL PROTECTED]
>
>As a side note, why wouldn't invalid syntax cause the create function
>statement to error?
you can use both AS and IS, it doesn't seem to have any effect (at least
in SQL*Plus):
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Feb 4 16:25:07 2005
Copyright (c) 1982, 2002, Oracle Corporation. A
Hey Duane, Jim, Robyn:
I am 99% sure that the meeting will be virtual. You can get the breeze
online meeting URL by going to this page:
http://coldfusion.meetup.com/17/events/?eventId=4177446&action=detail
Now, to figure out some questions to ask..
Nice bubbles, Jim. At first it looked l
That means that there are bigger sites for CFM?
how about fusebox? each site would be index.cfm and that is pretty much it?
On Fri, 4 Feb 2005 10:18:59 -0500, Russ <[EMAIL PROTECTED]> wrote:
> How about a google search just for the file extension?
>
> Results 1 - 10 of about 82,700,000 for in
I know this is a hard metric, and it leads from a Macromedia CF brand
re-inforcement excercise I need to play with a client.
Not that they are going to go .net is just that .Net gets more press
as its the new kid on the block.
Any ideas on metrics/re-inforcement apreciated.
MD
On Fri, 4 Feb
How about a google search just for the file extension?
Results 1 - 10 of about 82,700,000 for inurl:.aspx. (0.08 seconds)
Results 1 - 10 of about 129,000,000 for inurl:.cfm. (0.28 seconds)
-Original Message-
From: Mark A Kruger [mailto:[EMAIL PROTECTED]
Sent: Friday, February 04, 2005 1
I want to do the following for our cf stuff and not sure about the last
step:
Setup a project in VSS.
Check files out to a test server, make changes there.
Check files in.
(Here is the part I don't know about) Make them automatically copy to
the live server
How do other people setup a de
Hmm, does the Month function work? As for the error (or lack of it), it
might be some weird driver issue. I'll try your exact code in a sec and post
back.
-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Friday, 4 February 2005 11:08
To: CF-Talk
Subject: Re: Creating Or
James Holmes wrote:
> You stil have AS in the Year Fn
>
> RETURN NUMBER AS BEGIN
>
> Should be IS
Changed, still getting the same error.
As a side note, why wouldn't invalid syntax cause the create function
statement to error?
- Rick
~~~
Recall that many asp sites use "default.asp" ... not index.asp, whereas CF's
"index.cfm" is far more standard.
-Mark
-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]
Sent: Friday, February 04, 2005 7:48 AM
To: CF-Talk
Subject: RE: Coldfusion VS ASP.NET use
And keep in mind
You stil have AS in the Year Fn
RETURN NUMBER AS BEGIN
Should be IS
-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Friday, 4 February 2005 10:55
To: CF-Talk
Subject: Creating Oracle Functions in CFQUERY revisited
Okay... James suggested yesterday that I create my
>>Uhhh, the table tags are part of your content. They are the
>>structure. The presentation are things like headings
Well, I was more thinking of the content (text) as opposed to the presentation
in a larger sense,
including the container as well. For me, the fact that some text must be laid
Okay... James suggested yesterday that I create my oracle functions
inside a CFC, and make sure to put the SQL to create the function all on
one line.
But it's not helping..
Here is my code:
test.cfm
Oracle functions created.
Do you have "Enable HTTP status codes" turned off in CF Admin? We had
the same problem until I saw a post from Ben Forta regarding the
setting. Ever since I turned it off, we haven't had a problem.
-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
Sent: Friday, Fe
Have you tried going to CF admin and unchecking the "Enable HTTP
status codes" on the settings page?
Bert
On Fri, 4 Feb 2005 09:47:54 -0500, Michael T. Tangorre
<[EMAIL PROTECTED]> wrote:
> > From: Micha Schopman [mailto:[EMAIL PROTECTED]
> > I have the same issues, and they occur only when I r
When a page generates very little content, IE decides to show the 500 error
instead of the actual CF error code.
Try the same page in FireFox to see if this is the problem. If so, add a
block of dummy HTML output to make IE render the error page while you are
developing.
-Original Message---
> From: Micha Schopman [mailto:[EMAIL PROTECTED]
> I have the same issues, and they occur only when I really
> have put a bug somewhere. But it is a pain in the ass to
> debug, because you haven't got an idea where to look
> especially with OO frameworks with a lot of references.
Yeah, PITA is
And the fact the asp uses Default.asp a lot of the time.
-Original Message-
From: Calvin Ward [mailto:[EMAIL PROTECTED]
Sent: 04 February 2005 13:51
To: CF-Talk
Subject: RE: Coldfusion VS ASP.NET use
How about .aspx?
-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED]
S
I have the same issues, and they occur only when I really have put a bug
somewhere. But it is a pain in the ass to debug, because you haven't got
an idea where to look especially with OO frameworks with a lot of
references.
Micha Schopman
Software Engineer
Modern Media, Databankweg 12 M, 3821 AL
Michael T. Tangorre wrote:
>
> Seems to happen when certain errors are encountered on the page (stepped
> through the page). The sitewide error handler is not catching them... Not
> good.
I've experienced this as well on CFMX 6.1 Updater 1... makes code
debugging extremely difficult. very annoy
> From: Michael T. Tangorre [mailto:[EMAIL PROTECTED]
> Every now and again I will get a "500 Internal Server Error".
> This happens when I submit a CF template for processing (i.e.
> forms). I am developing
> locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone
> encountered this and if so, di
1 - 100 of 117 matches
Mail list logo