what it really means is that you have an assignment somewhere, either
through a cfparam or complex cfset statement where coldfusion has 
created a
temporary storage item (the variable named
"CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode12233344445555565
4321
") and an error occurred trying to copy that data into your variable.  
this
usually happens when your variable is either an array dimension that 
doesn't
exist as in the case of:

<cfparam name="mybooty[1]" default="bootylicious">

if mybooty is not an array, you'll get the same error.  also as the 
session
scope is only available when cfapplication sez so, you'll get the same 
error
if you try to cfparam session variables.

> -----Original Message-----
> From: Brendan Avery [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 21, 2002 12:45
> To: CF-Talk
> Subject: RE: sessions
> 
> 
> you can make it happen any time by doing this:
> 
> <cfparam name="session.x" default="1">
> 
> when you don't have sessions enabled in your cfapplication.
> 
> > -----Original Message-----
> > From: Shawn Regan [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, January 21, 2002 12:00
> > To: CF-Talk
> > Subject: sessions
> > 
> > 
> > Does anyone know what this is?
> > 
> > session.mytype=CFTempOnlyForSetVariableNeverUseThisNameInYourC
> > FMLCode1223334
> > 44455555654321 
> > 
> > 
> > Shawn Regan
> > Applications Developer
> > pacifictechnologysolutions
> > 
> > 
> > 
> 
> 

______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to