It's related to the Version of CF they have. the scope attribute was added
in 4.5.

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Company (VICO) Application Demo
www.scorpiosoft.com/vicodemo/login.cfm

----- Original Message -----
From: "Douglas Jordon" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 15, 2002 12:55 PM
Subject: cflock scope error


> Hi,
>
> I've uploaded my shopping cart to a test account at Intermedia. Now the
> cart breaks when an item is added thusly:
>
> An unknown attribute 'scope' has been encountered at document position
> (18:42) to (18:46) while processing tag CFLOCK. This tag can only take
> the following attributes:
>
> NAME
> THROWONTIMEOUT
> TIMEOUT
> TYPE
>
> Here's the code:
>
> <cflock type="Exclusive" Timeout="10" scope="session">
> <cfset session.cart[1][1] = "#form.r_item_id#">
> <cfset session.cart[1][2] = 1>
> </cflock>
>
> It works on our development server. All that Intermedia support did was
> refer me to the CF reference on CFLOCK. It looks OK to me. Am I missing
> something?
>
> Do I need to lock each cfset separately?
>
> TIA,
>
> Doug Jordon
>
> 
______________________________________________________________________
Why Share?
  Dedicated Win 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=coldfusionc
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