As per my reply in your other thread, you need to either change the cfelseif
to (notice LESS THAN EQUAL 600):

<cfelseif variables.fuseboxVersion lte 600>
<cfif variables.fuseboxOSName contains "Windows">
<cfinclude template="fbx_fusebox30_CF50.cfm">
<cfelse>
<cfinclude template="fbx_fusebox30_CF50_nix.cfm">
</cfif>
</cfif>

Or cfinclude the corefile directly,

John.

-----Original Message-----
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 07 May 2004 16:31
To: CF-Talk
Subject: Re: Pages not showing in mx-Is there a new FB pg?

When I run the debug I see that it goes through the pages and then says
"startup, parsing, compiling, loading & shutdown"
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.prod
uctVersion,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]

Reply via email to