Have a look at what the index.cfm says - some example FB3 applications had checks on the version of CF running, and included the relevant core file, but if it was written before MX (version 6) then it might not bother to include anything.

AFAIK, the CF5 version core (fbx_fusebox30_CF50[_nix].cfm) will work fine on MX, so unless you're planning on flipping your code between CF versions i'd dump the conditional stuff and just:

<cfinclude template="fbx_fusebox30_CF50.cfm">
(or <cfinclude template="fbx_fusebox30_CF50_nix.cfm">)

HTH
Bert

From: Janine Jakim [mailto:[EMAIL PROTECTED]
Sent: 07 May 2004 14:57
To: CF-Talk
Subject: Pages not showing in mx

I just set up a test mx box with a FB3 application.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to