RE: Need help interpreting error message.

2000-12-09 Thread Thomas Brown
Lentz [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 10:45 AM To: CF-Talk Subject: RE: Need help interpreting error message. Here's a little of the code before and after the error causing line. Lon Lentz Applications Deve

RE: Need help interpreting error message.

2000-12-08 Thread Lon Lentz
-8600 Ext. 210 -Original Message- From: Thomas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 11:05 PM To: CF-Talk Subject: RE: Need help interpreting error message. can you send the code surrounding thi

RE: Need help interpreting error message.

2000-12-08 Thread Lon Lentz
11:31 PM To: CF-Talk Subject: Re: Need help interpreting error message. Not sure... Try two things: (a) Try a different variable name than user. (b) Try assigning it to a local variable, then setting the session variable equal to that. I wonder if session variables don't support struc

Re: Need help interpreting error message.

2000-12-07 Thread David Cummins
Not sure... Try two things: (a) Try a different variable name than user. (b) Try assigning it to a local variable, then setting the session variable equal to that. I wonder if session variables don't support structures... If you're using CFSCRIPT, there may be some error the line before causing

RE: Need help interpreting error message.

2000-12-07 Thread Thomas Brown
can you send the code surrounding this as well??? -Original Message- From: Lon Lentz [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 5:25 PM To: CF-Talk Subject: Need help interpreting error message. Anyone know why we should be getting the message below? Is this an

Need help interpreting error message.

2000-12-07 Thread Lon Lentz
Anyone know why we should be getting the message below? Is this an indicator that the user variable already exists? An error occurred while evaluating the expression: session.user = structNew() Error near line 199, column 7.