The only thing that comes to my mind is that Linux is case sensitive while
Windows is not.  Is the file name in the cfinclude exactly like it is in the
file system?  I know that Fusebox 4 will ignore a <cfinclude> if the file is
not there unless an attribute is set in the <include /> in the circuit.xml.
Possibly there is some try/catch in the core files in FB3 that also ignores
a file if it is not found


Sandra Clark
==============================
http://www.shayna.com
Training in Cascading Style Sheets and Accessibility


-----Original Message-----
From: Josh Nathanson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 18, 2006 2:41 PM
To: CF-Talk
Subject: CFINCLUDE not including: FB3/Linux

Hey all,

I am running a FuseBox 3 app on Linux.

Sometimes, when I make a change to a .cfm file and upload it, the
application will start skipping over the cfinclude which references the
uploaded file as though it's not even there.  No error or anything, it just
skips right over it. When I look at the generated html code, there is just
nothing there -- it looks like CF is not "seeing" the cfinclude.

So, say I make a change to "myFile.cfm" and upload it.
I have another file that has <cfinclude template="myFile.cfm"> It skips over
the <cfinclude> as though it doesn't exist.

This never happens on my local dev box which is Windows XP.  The exact same
code will work fine.

If I rename the file that is supposed to be included, and change the name in
the cfinclude tag, it works again.  So there must be some weird caching
thing going on somewhere.  I cleared the template cache in cfadmin but it
had no effect.  I have "Trusted Cache" unchecked, "Save Class Files" 
checked, and "Cache web server paths" unchecked.

Anyone seen anything like this before?

-- Josh 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257261
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to