Complex object types cannot be converted to simple values.
|
|
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 might be trying to use a query variable in a <CFIF> tag. This was possible in ColdFusion 2.0 but creates an error in later versions.
|
| |
The error occurred in E:\WWWRoot\dev\DeltaWeb\projects\rtd\templates\template_print.cfm: line 68
|
66 : <title>EUROPA - Site - #article.title#</title>
67 : <link rel="stylesheet" href="#RootPath#/comm/stylesheets/commission.css" type="text/css">
68 : <link href="#thepath#stylesheet/rdt.css" rel="stylesheet" type="text/css">
69 : </head>
70 : <body BGCOLOR="##FFFFFF" LINK="##0000FF" VLINK="##999999" TEXT="##000000" marginwidth="8" marginheight="8" topmargin="8" leftmargin="8">
|
|
|
Please try the following:
|
| Browser |
ColdFusion |
| Remote Address |
11.11.11.5 |
| Referrer |
|
| Date/Time |
20-May-05 04:49 PM |
|