The INDEX.cfm file for Fusebox 3 contains the following code:
<CFSNIPPET>
<!--- 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>
</cfif>
</CFSNIPPET>
I found that on MX, we had to make the following change in the index.cfm
file
The
<cfelseif variables.fuseboxVersion lt 600>
needed to be edited to read:
<cfelseif variables.fuseboxVersion lte 600>
because cfmx is reported as 600
Then everything works SUPER.....
Just my 2 cents worth
Larry Juncker
Senior Cold fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
(515) 574-2122
CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of the
individual or entity to which it is addressed. This e-mail may contain
information that is privileged, confidential and/or personal. If the reader
of this message is not the intended recipient (or the employee or agent
responsible to deliver it to the intended recipient), you are hereby
notified that any dissemination, distribution, or copying of this
communication is prohibited.
If you have received this communication in error, please notify us at the
e-mail listed above.
-----Original Message-----
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 20, 2003 4:44 AM
To: CF-Talk
Subject: FBX3 AND CFMX
Hi,
just wondering, is there any issues with FBX3 and MX,
our will it run fine as it does under 5.0,
I know this is a topica question really, but I'm having problems sending to
the list,
I am recieving though, strange.
Respectfully,
J
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4