>>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]
 

Reply via email to