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

______________________________________________________________________
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=coldfusiona
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