You need to edit the index.cfm file to read:

<!--- include the core FuseBox  --->
<cflock type="READONLY" name="#server.coldfusion.productVersion#"
timeout="10">
        <cfset
variables.fuseboxVersion=Replace(Replace(ListDeleteAt(server.coldfusion.prod
uctVersion,4),",","","all")," ","","all")>
        <cfset variables.fuseboxOSName=server.os.name>
</cflock>

<cfif variables.fuseboxVersion lte 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 600>
        <cfif variables.fuseboxOSName contains "Windows">
                <cfinclude template="fbx_fusebox30_CF50.cfm">
        <cfelse>
                <cfinclude template="fbx_fusebox30_CF50_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>


This needs to be done to the index.cfm pages of all of your Fusebox apps
running on CFMX.

Rich Tretola
Internet Applications Developer
Herff Jones, Inc.
http://www.herff-jones.com
[EMAIL PROTECTED]


-----Original Message-----
From: John Jonathan Kopanas [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 8:41 AM
To: [EMAIL PROTECTED]
Subject: wireframe with CF MX


Has anyone here tried the opensource wireframe application on CF MX?  I get
nothing when I open the index.cfm.  Is it possible the fusebox core files
have not been tweaked yet for MX?  Anyone else have this problem?

Has anyone else had problems with CF MX and DB Connectivity?  All
functionalities work fine in MX for me except db connectivity through CF
Admin.  Anyone else have this problem in the preview release on win 2000?
The CF MX ODBC Server and Agent will also not start up.  Anyone having
problems with those services?  Would those services cause my CF DB
Connections to fail?

Thanks for the help.

==^================================================================
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
==^================================================================

Reply via email to