I upgraded from 4.0.....

I found that if I change my variable from #request# to #form.request# it
works.

Christopher V. Holdman
Webmaster - City of Olathe
work: 913.971.6286
cell: 913.238.4681


-----Original Message-----
From: Matt Jones [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 11:27 AM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] Client variables


yes, it is a SCOPE!

what version of cf did you upgrade from?

-----Original Message-----
From: Chris Holdman [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 11:21 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [KCFusion] Client variables


Well I am not sure if this is a problem or not but one of my field names is
'request'....and everything works weel on most of the pages of the
application except for when I am querying the 'request' field.  Is 'request'
and reserved word in SQL or ColdFusion?

Christopher V. Holdman
Webmaster - City of Olathe
work: 913.971.6286
cell: 913.238.4681


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 09, 2003 11:04 AM
To: [EMAIL PROTECTED]
Subject: [KCFusion] Client variables



>>The requested scope CLIENT has not been enabled. Before CLIENT
>>variables can be used, the CLIENT state management system must be 
>>enabled using the CFAPPLICATION tag. Do I need to adjust my script 
>>because of MX...I am not using any cfapplication tags.

Yes, you will need to change/use the cfapplication tag in your
application.cfm file.  By default session and client management is supported
and turned on in the CF Administrator.  However, I am pretty sure that you
must still turn on the session management in your application file (and
hence every CF page that runs).  Take a look at the cfapplication tag in
your documentation, you will probably need to have clientmanagement=yes and
sessionmanagement or something similar set to yes, all in 1 tag.

It is pretty easy to setup.  If you just upgraded to MX/6.1 from an older
version, nothing should have changed and I don't know why you are getting an
error now and not before.  Are you sure there wasn't an Application.cfm page
already running?  By design, CF looks in the directory of the file being
run, and if it doesn't find the application.cfm file it moves up the
directory tree.  It continues moving up as far as it can towards the root
until it either finds the file or hits the highest level of the
directory/web server accessible path.  If your application was nested inside
of someone else's directory path before, you may have been running the file
without knowing it and it may have had client/session variables and
management turned on.

Good luck
Ryan















 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc. List
Archives........ http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED] To
Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc. List
Archives........ http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED] To
Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc. List
Archives........ http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED] To
Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 
 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/[EMAIL PROTECTED]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to