RE: element undefined

2014-07-20 Thread Mark A Kruger
Matthew, Where did you add it? It won't work in the general body of the cfc. It will need to be in onRequest() or onRequestStart() -Original Message- From: Matthew Smith [mailto:chedders...@gmail.com] Sent: Sunday, July 20, 2014 1:46 PM To: cf-talk Subject: Re: element unde

Re: element undefined

2014-07-20 Thread Matthew Smith
here is what I have added: here is Application.cfc. I have added a cfset without success. Please help. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anth

Re: element undefined

2014-07-20 Thread Matthew Smith
here is Application.cfc. I have added a cfset without success. Please help. On Sun, Jul 20, 2014 at 1:04 PM, Dave Watts wrote: > > > The web site you are accessing has experienced an unexpect

Re: element undefined

2014-07-20 Thread Dave Watts
> The web site you are accessing has experienced an unexpected error. > Please contact the website administrator. > > The following information is meant for the website developer for debugging > purposes. Error Occurred While Processing Request Element CURRENTSITENAME > is undefined in REQUEST. >

Re: element undefined

2014-07-20 Thread Matthew Smith
What do I need to do? I'm lost... > On Jul 20, 2014, at 9:54, "M.A. Kruger" wrote: > > > now you simply aren't even trying. > > Sent from my iPhone > >> On Jul 20, 2014, at 8:34 AM, Matthew Smith wrote: >> >> >> The web site you are accessing has experienced an unexpected error. >> Plea

Re: element undefined

2014-07-20 Thread M.A. Kruger
now you simply aren't even trying. Sent from my iPhone > On Jul 20, 2014, at 8:34 AM, Matthew Smith wrote: > > > The web site you are accessing has experienced an unexpected error. > Please contact the website administrator. > > The following information is meant for the website developer f

Re: Element undefined in SESSION scope

2013-08-07 Thread funand learning
ealthit.com > www.montefiore.org > > > > -Original Message- > From: Priya K [mailto:priya23...@gmail.com] > Sent: Tuesday, August 06, 2013 8:35 PM > To: cf-talk > Subject: Re: Element undefined in SESSION scope > > > May be its something to do with cookie pa

RE: Element undefined in SESSION scope

2013-08-07 Thread David Phelan
Sent: Tuesday, August 06, 2013 8:35 PM To: cf-talk Subject: Re: Element undefined in SESSION scope May be its something to do with cookie path. If you are using cookie, this might mess up your session and just drops it. On Tuesday, August 6, 2013, Mark A Kruger wrote: > > Trying a resend. >

Re: Element undefined in SESSION scope

2013-08-06 Thread Priya K
May be its something to do with cookie path. If you are using cookie, this might mess up your session and just drops it. On Tuesday, August 6, 2013, Mark A Kruger wrote: > > Trying a resend. > > Make sure that cgi.http_referer exists before you try to set it. This is a > var created by the web

Re: Element undefined in SESSION scope

2013-08-06 Thread funand learning
Can you please resend the last reply of this post. I am not able to view the reply either in houseoffusion.com nor in my inbox. In inbox I just see the reply starting with 'Make sure...', but when I click the message, it is gone...something is weirdThanks On Tue, Aug 6, 2013 at 3:07 PM,

RE: Element undefined in SESSION scope

2013-08-06 Thread Mark A Kruger
 mkru...@cfwebtools.com Skype: markakruger -Original Message- From: funand learning [mailto:funandlrnn...@gmail.com] Sent: Tuesday, August 06, 2013 3:08 PM To: cf-talk Subject: Re: Element undefined in SESSION scope I am just setting up a variable to capture cgi.http_referer. . Initially, the variabl

Re: Element undefined in SESSION scope

2013-08-06 Thread funand learning
I am just setting up a variable to capture cgi.http_referer. . Initially, the variable was set up as This variable is defined on a form, which submits to itself. I want to capture the initial cgi.http_referer value when the user first lands on the form and save it to database upon successful su

Re: Element undefined in SESSION scope

2013-08-06 Thread Alan Rother
Can we see some sample code? On Tue, Aug 6, 2013 at 12:43 PM, fun and learning wrote: > > All - > > I am converting a form variable to a session variable.I enabled session > management in application.cfm in cfapplication tag. The change works fine > only on my system, but when others try it, th

Re: element undefined in String

2011-11-02 Thread Greg Morphis
disregard.. I put in a default session.user variable on the page indicated in the error and it pointed me to an error in a CFC I had overlooked late yesterday.. I had typed wrote: > this morning I refreshed my local dev and although I haven't have problems > in months.. this morning I get > > El