-----Original Message-----
From: Steve Ball [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 2:40 PM
To: '[EMAIL PROTECTED]'
Subject: RE: WireframeYes, well, that's why I am confused and posting here.
Below is the index.cfm script logic, which clearly includes template fbx_fusebox30_CF40.cfm based on the value '401'. The err and code was from the fbx_fusebox30_cf40.cfm file!
Steve
<!--- include the core FuseBox --->
<cflock type="READONLY" name="#server.coldfusion.productVersion#" timeout="10">
<cfset variables.fuseboxVersion=Replace(Replace(ListDeleteAt(server.coldfusion.productVersion,4),",","","all")," ","","all")><cfset variables.fuseboxOSName=server.os.name>
<cfoutput>
#variables.fuseboxVersion#<p>
#variables.fuseboxOSName#
</cfoutput>
</cflock>
<cfif variables.fuseboxVersion lt 450>
<cfinclude template="fbx_fusebox30_CF40.cfm">
<cfelseif variables.fuseboxVersion lt 500>
<cfif variables.fuseboxOSName contains "Windows">
<cfinclude template="fbx_fusebox30_CF45.cfm">
<cfelse>
<cfinclude template="fbx_fusebox30_CF45_nix.cfm">
</cfif>
<cfelseif variables.fuseboxVersion lt 700>
<cfif variables.fuseboxOSName contains "Windows">
<cfinclude template="fbx_fusebox30_CF50.cfm">
<cfelse>
<cfinclude template="fbx_fusebox30_CF50_nix.cfm">
</cfif>
</cfif>-----Original Message-----
From: Erki Esken [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 11:34 AM
To: [EMAIL PROTECTED]
Subject: Re: Wireframe
> Now am trying to run under WinNT CF 4.01
> ...
> Error resolving parameter URL
> ...
> StructAppend(attributes, url, "no");
> StructAppend(attributes, form, "no");
>First of all, CF 4.01 doesn't have StructAppend(). Second, URL scope
was made available as a structure in CF 4.5 not 4.0.You should use the correct fusebox core file for 4.01 that does not
use StructAppend()..erki
**************************************************************************** This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message. Thank you very much. ****************************************************************************
==^================================================================ This email was sent to: [email protected] EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9 Or send an email to: [EMAIL PROTECTED] T O P I C A -- Register now to manage your mail! http://www.topica.com/partner/tag02/register ==^================================================================
