That happens right after it goes through my page that holds the fb logic on which pages to use.
This is the last page that's processed. Has this page been changed for mx? is that the prob?
<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>
</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 600>
<cfif variables.fuseboxOSName contains "Windows">
<cfinclude template="fbx_fusebox30_CF50.cfm">
<cfelse>
<cfinclude template="fbx_fusebox30_CF50_nix.cfm">
</cfif>
</cfif>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

