trouble with cfinclude within CFBuilder
This seems like the silliest question but I cannot for the life of me get a cfinclude tag to work within my application in CFBuilder. I always get the standard "cannot find" CF error displayed instead.
I'm on OS X. Document root is /Applications/ColdFusion9/wwwroot/site and my web root is /Applications/ColdFusion9/wwwroot
It doesn't matter if I reference any of the following, my "includes" folder is not found.
/Applications/ColdFusion9/wwwroot/site/includes
/site/includes
includes (relative)
If I put a file in the includes folder and preview it it displays without a problem. The file outputs the following information when I use cgi.CF_Template_Path:
/Applications/ColdFusion9/wwwroot/site/includes/location-test.cfm
I've tried deleting the server instance in CFB and adjusting document/web root settings to no avail.
What am I missing (feeling pretty stupid
)? Seems like the CFINCLUDE tag just doesn't work on my local server.
Thanks in advance,
Scott
