try this:

<CFSET Email = StructNew()>
<CFSET Email.To = "[EMAIL PROTECTED]">
<CFSET Email.From = "[EMAIL PROTECTED]">
<CFSET Email.Subject = "Visitor to the Century 21 Action Realty
Development Site">


Since it is looking to see if "Email" is a structure or not. Since email
is not a structure the error ir procdued.
Unless you change it up to be: Email_To  Email_From as the dot notation
would represent a structure type declaration.


-----Original Message-----
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 20, 2008 12:45 PM
To: CF-Talk
Subject: RE: Aaack! What does this error message mean?

Well... you can see from the error message it's having a problem with
these lines:

The error occurred in E:\Inetpub\webroot\c21-ar\Application.cfm: line 8
6 :
<!--- Setup variables for homepage visit email notice ---> 7 : 
8 :    <CFSET Email.To = "[EMAIL PROTECTED]">
9 :      <CFSET Email.From = "[EMAIL PROTECTED]">
10 :     <CFSET Email.Subject = "Visitor to the Century 21 Action Realty
Development Site">

But those lines are specifically for defining the variables causing the
error.
When I comment out those line in the Application.cfm, the error
disappears...

Rick

> -----Original Message-----
> From: Billy Cox [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 20, 2008 12:13 PM
> To: CF-Talk
> Subject: RE: Aaack! What does this error message mean?
> 
> It generally means that you tried to call an undefined variable. Why 
> it couldn't just say that, I don't know. I think that a group of 
> Macromedia nerds were trying to cook up an error message that sounded 
> more ominous than 'Java null pointer exception'. You know...something 
> to strike fear into the end users.
> 
> 






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299443
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to