House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

Can anyone tell me what this error means?

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Hi all...
Butch Zaccheo
06/04/04 08:33 P
an error huh?
cf
06/04/04 08:37 P
Original Message:
Scott Brady
06/07/04 01:06 P
Anyone else have any ideas on this?
Butch Zaccheo
06/07/04 04:38 P
This works for me (CF5.0).
Dave Francis
06/07/04 05:52 P
thanx Dave...
Butch Zaccheo
06/07/04 06:35 P
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Butch Zaccheo
06/04/2004 08:33 PM

Hi all... I¹m trying to set-up a cold fusion application I purchased not to long ago... I¹m running Blue Dragon Server 6.1 and MySQL on a linux box. When I run the application I keep getting an error I¹m not familiar with.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
cf
06/04/2004 08:37 PM

an error huh? eenie meenie, minie moe, please describe the error so we all know...... ;)~ ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Butch Zaccheo
06/07/2004 12:52 PM

whoops... sorry about that... when trying to set a variable: <cfset variable.lt = ³<³> I get this error: Detail: Problem occurred while parsing variables.lt = ³<³ Extended Info: Encountered ³ltWas expecting one of: < FLOATING_POINT_LITERAL> ... <STRING_LITERAL> ... <BOOLEAN_LITERAL ... <IDENTIFIER> ... ³(³ ... ³+² ... ³<INTEGER_LITERAL> I¹m running Blue Dragon Server 6.1 and MySQL on a linux box. Any ideas? BZaccheo On 6/4/04 5:32 PM, "cf@dreamlofts.com" <cf@dreamlofts.com> wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Scott Brady
06/07/2004 01:06 PM

Original Message: > From: Butch Zaccheo > <cfset variable.lt = ³<³> > > I get this error: > > Detail: Problem occurred while parsing variables.lt = ³<³ It's trying to evaluate ³<³ and it can't.  If you want to set "variable.lt" to be the string "³<³" then you need the quotes (<cfset variable.lt = "³<³"> (Note, "variable" isn't a scope within CF. I think you want "variables.lt") If you are trying to set variable.lt to actually evaluate ³<³ and  to be "true" then you could do: <cfset variables.lt = Evaluate("³ LT ³")> It kind of depends on what you're trying to do with the line: <cfset variable.lt = ³<³> --------------------------- Scott Brady http://www.scottbrady.net/

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Butch Zaccheo
06/07/2004 01:28 PM

Basically this variable is being written so I can create a right bracket for TAGS. This variable is used to create tags for a preference file. Does blue dragon have a problem with setting the < character to a variable? Cold Fusion MX doesn¹t seem to have a problem with the same variable setting... BZaccheo On 6/7/04 10:02 AM, "Scott Brady" <cf_talk@scottbrady.net> wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Butch Zaccheo
06/07/2004 04:38 PM

Anyone else have any ideas on this? BZaccheo On 6/7/04 10:24 AM, "Butch Zaccheo" <zaccheo@comcast.net> wrote: ----- Excess quoted text cut - see Original Post for more -----

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Dave Francis
06/07/2004 05:52 PM

This works for me (CF5.0).     <cfset variables.lt = "<">     <cfoutput>#variables.lt#</cfoutput> But I don't think it's a good idea to have a variable named "lt"   Anyone else have any ideas on this?   BZaccheo   On 6/7/04 10:24 AM, "Butch Zaccheo" <zaccheo@comcast.net> wrote:   > Basically this variable is being written so I can create a right bracket for   > TAGS. This variable is used to create tags for a preference file. Does blue   > dragon have a problem with setting the < character to a variable? Cold   > Fusion MX doesn¹t seem to have a problem with the same variable setting...   >   > BZaccheo   >   > On 6/7/04 10:02 AM, "Scott Brady" <cf_talk@scottbrady.net> wrote:   >   >> > Original Message:   >>>> >> > From: Butch Zaccheo   >> >   >>>> >> > <cfset variable.lt = ³<³>   >>>> >> >   >>>> >> > I get this error:   >>>> >> >   >>>> >> > Detail: Problem occurred while parsing variables.lt = ³<³   >> >   >> > It's trying to evaluate ³<³ and it can't.  If you want to set "variable.lt"   >> to   >> > be the string "³<³" then you need the quotes (<cfset variable.lt = "³<³">   >> >   >> > (Note, "variable" isn't a scope within CF. I think you want "variables.lt")   >> >   >> > If you are trying to set variable.lt to actually evaluate ³<³ and  to be   >> > "true" then you could do:   >> >   >> > <cfset variables.lt = Evaluate("³ LT ³")>   >> >   >> > It kind of depends on what you're trying to do with the line:   >> > <cfset variable.lt = ³<³>   >> >   >> > ---------------------------   >> > Scott Brady   >> > http://www.scottbrady.net/   >> >   >> >   >   >

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Butch Zaccheo
06/07/2004 06:35 PM

thanx Dave... Seems to work fine in CFMX and CF 5.0, but causes and error in Blue Dragon server.. Trying to figure out a workaround.... BZaccheo On 6/7/04 2:47 PM, "Dave Francis" <dfrancis@itworldcanada.com> wrote: ----- Excess quoted text cut - see Original Post for more ----- for >>   > TAGS. This variable is used to create tags for a preference file. Does >> blue ----- Excess quoted text cut - see Original Post for more ----- "³<³"> ----- Excess quoted text cut - see Original Post for more ----- to be ----- Excess quoted text cut - see Original Post for more -----


<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

May 24, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Designer, Developer and mobile workflow conference