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:/home/urstudio.com/wwwroot/workshop-details.cfm: line 41
|
39 : <cfif gTypes.currentrow NEQ 1>
40 : <cfdirectory action="list" directory="#vdir#\#gTypes.name#" name="gImgs2" type="file" filter="#url.pid#*">
41 : #queryappend(gImgs,gImgs2)#
42 : </cfif>
43 : </cfoutput>
|
|
Resources:
|
Browser |
CCBot/2.0 (https://commoncrawl.org/faq/) |
Remote Address |
108.162.246.13 |
Referrer |
|
Date/Time |
10-Dec-24 01:23 PM |
|