I have turned logging on and on a few browsers I get the following error... --- START ----- Error Occurred While Processing Request Error Diagnostic Information An error occurred while evaluating the expression: logContent = logContent & CHR(13) & CHR(10) & nowTime & CHR(9) & siteID & CHR(9) & sectionID & CHR(9) & pageID & CHR(9) & thisContent[ID].ObjectID & CHR(9) & thisContent[ID].label & CHR(9) & thisContent[ID].method & CHR(9) & thisContent[ID].typeID & CHR(9) & thisSessionID & CHR(9) & thisUserName & CHR(9) & remote_addr & CHR(9) & http_user_agent & CHR(9) & thisContent[ID].referer & CHR(9) & thisContent[ID].cookie Error near line 109, column 11. The expression has requested a variable or an intermediate expression result as a simple value, however, the result cannot be converted to a simple value. Simple values are strings, numbers, boolean values, and date/time values. Queries, arrays, and COM objects are examples of complex values. The most likely cause of the error is that you are trying to use a complex value as a simple one. For example, you may be trying to use a query variable in a <CFIF> tag. This was possible under Cold Fusion 2.0 but is an error under later versions. The error occurred while processing an element with a general identifier of (CFSET), occupying document position (109:5) to (109:429) in the template file X:\PROGRAM FILES\ALLAIRE\SPECTRA\CUSTOMTAGS\SYSTEM\TIER0\LOGGING\CFA_PROCESSLOGFILE.CFM .. Date/Time: 03/27/01 16:29:09 Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) Remote Address: 172.27.64.10 --- END ----- // daniel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
