Silly errors

2001-07-27 Thread Stuart Miller

Any one seen this error?

An unknown attribute 'ImageID' has been encountered at document position
(34:10) to (34:16) while processing tag CFSET. This tag can only take the
following attributes:
INSIDETEXT
The last successfully parsed CFML construct was a CFSET tag occupying
document position (34:3) to (34:8).
Code here is:
cfset ImageID = qry_images.ID
huh?


Stuart Miller   
Rocom New Media
t: 01937 487492
e: [EMAIL PROTECTED]
w: http://www.rocom.co.uk   



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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



Re: Silly errors

2001-07-27 Thread Jochem van Dieten

Stuart Miller wrote:

 Any one seen this error?
 
 An unknown attribute 'ImageID' has been encountered at document position
 (34:10) to (34:16) while processing tag CFSET. This tag can only take the
 following attributes:
   INSIDETEXT
 The last successfully parsed CFML construct was a CFSET tag occupying
 document position (34:3) to (34:8).
 Code here is:
 cfset ImageID = qry_images.ID

Yes.

Can you post a bit more, like the three lines above and below as well? I 
have seen the error with incorrect nesting/missing closing  signs like 
below:

cfset temp1 = 1
cfset temp2 = 2
 

Jochem


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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



RE: Silly errors

2001-07-27 Thread Stuart Miller

OK. Here is the whole story... 

We have a problem on one of our development machines 
I wrote a quick application for testing:

application.cfm

cfset Var = A String

that's the whole app, and I get

Just in time compilation error

An unknown attribute 'Var1' has been encountered at document position (25:8)
to (25:11) while processing tag CFSET. This tag can only take the following
attributes: 

INSIDETEXT

The last successfully parsed CFML construct was a CFSET tag occupying
document position (25:1) to (25:6).

The specific sequence of files included or processed is:
D:\projects\temp\stuart\Application.cfm 



Stuart Miller   
Rocom New Media
t: 01937 487492
e: [EMAIL PROTECTED]
w: http://www.rocom.co.uk   


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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



RE: Silly errors

2001-07-27 Thread Thomas Chiverton

   cfset Var = A String

You know 'var' is a reserved word in CF5 ? For UDF's ?

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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



RE: Silly errors

2001-07-27 Thread Stuart Miller

  cfset Var = A String

You know 'var' is a reserved word in CF5 ? For UDF's ?

No matter... 

cfset SomeVar = Hi

doesn't work either.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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