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 tried to use a complex value as a simple one. For example, you tried to use a query variable in a cfif tag.
|
|
The error occurred in C:/websites/Piragis/includes/views/landingPage.cfm: line 244
Called from C:/websites/Piragis/category.cfm: line 126
Called from C:/websites/Piragis/category.cfm: line 22
Called from C:/websites/Piragis/category.cfm: line 1
Called from C:/websites/Piragis/category.cfm: line 1
|
242 : <section class="landingCategories">
243 : <cfset usedProds = ''>
244 : <cfif isdefined("myCatVars.subCategories") and len(myCatVars.subCategories) gt 0>
245 : <cfloop query="myCatVars.subCategories">
246 : <cfloop query="getCurrentDept">
|
|
Resources:
|
Browser |
CCBot/2.0 (https://commoncrawl.org/faq/) |
Remote Address |
18.232.179.37 |
Referrer |
|
Date/Time |
23-Sep-23 12:56 AM |
|