Do you mean, "which page made the error"? You say "you're starting to see" the errors, so they must be happening when you click on some link that has an error.
 
If you are asking, "why don't they show the page in error?", that would be because (like good little CFML vegemites) they have implemented error handling using CFERROR to prevent users from seeing the nasty CFML details that generally they shouldn't care about anyway. As it says, they are informing the system admins (likely via a CFMAIL in the error handler), and that's really all that an end user needs to know. :-) Of course, this all has nothing to do with BD specifically.
 
Or did you mean something else?
 
/charlie
http://www.carehart.org/blog/
 


From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ireland
Sent: Wednesday, August 23, 2006 8:11 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Bluedragon woes

I notice over at mySpace I am starting to see:

myspace.com/error.aspx?page=index.cfm

But which made the error?


From:  "Charlie Arehart" <[EMAIL PROTECTED]>
Reply-To:  cfaussie@googlegroups.com
To:  <cfaussie@googlegroups.com>
Subject:  [cfaussie] Re: Bluedragon woes
Date:  Wed, 23 Aug 2006 11:47:52 -0400
>
>Yes, as Scott and M@ have said, the first thing to check is whether that
>feature (queryposition) is a new one in CF7. A quick look at the livedocs
>shows that it is (they have started identifying what release a given feature
>was introduced in, which is very helpful.)
>
>I hadn't noticed this one myself, to be honest, and I bet many have not. And
>I'm pretty sure that New Atlanta has not, either, so I don't expect this
>will be in BD 7 unless you bring it to their attention. It's a simple enough
>attribute (simply indicates whether query-based option values in the
>drop-down should be above or below any you manually add yourselves using the
>option tag.
>
>And as M@ said, you really are best off asking BD questions on the BD
>mailing list. It's low-volume and high-value (including New Atlanta
>engineers), and of course free:
>
>http://www.newatlanta.com/products/bluedragon/self_help/archive_search/index
>.cfm
>
>I'll also share for anyone needing to find out stuff about BD (I don't mean
>you, AJ, as you may already have searched this) that the mailing list has a
>searchable archive and that and lots of other useful resources are available
>at this section of the BD site:
>
>http://www.newatlanta.com/products/bluedragon/self_help/index.cfm
>
>/charlie
>http://www.carehart.org/blog/
>
>-----Original Message-----
>From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>Of AJ Dyka
>Sent: Wednesday, August 23, 2006 1:32 AM
>To: cfaussie
>Subject: [cfaussie] Bluedragon woes
>
>
>Hi All,
>
>Here's something for you to have a ponder on ..
>
>My webhost uses BlueDragon and I've come across an incompatability which I
>can't find documented anywhere online .. (it works fine with my
>MX7 dev. environment)
>
>Specifically when using <cfselect queryposition="below" ...>
>
>What I require is to have a blank entry selected by default, with the rest
>of the query responses listed below.
>
><cfselect query="selectPhotos" name="photoId" value="photoId"
>display="photoId" queryposition="below"><option value=""
>display""></option></cfselect>
>
>... basically the queryposition element isn't recognised, placing my 'blank'
>option at the bottom of the list.
>
>Has anyone else come across this before, and better still, have a solution?
>
>Thanks.
>
>A.J.
>
>
>
>
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to