Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

unexpected error.

UploadUpload Member Posts: 679

The web site you are accessing has experienced an unexpected error.

Please contact the website administrator
.




The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request

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 D:mmorpg_newinc_gamedetails.cfm: line 24

Called from D:mmorpg_newinc_gamedetails.cfm: line 1

Called from D:mmorpg_newgamelist.cfm: line 200

Called from D:mmorpg_newgamelist.cfm: line 195

Called from D:mmorpg_newgamelist.cfm: line 1

22 : </cfstoredproc>
23 :
24 : <cfswitch expression="#application.gamelist[currentGame]["estimatedrelease"]#">
25 : <cfcase value=""><cfset reldate = "unknown"></cfcase>
26 : <cfdefaultcase>


Resources:

 

Browser   Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322; InfoPath.1)
Remote Address   86.87.253.253
Referrer    
Date/Time   03-Aug-07 06:46 AM
Sign In or Register to comment.