> When an include fails, the only thing we get is being > lectured with this stupid massage: > > "Note: If you wish to use an absolute template path (e.g. > TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must > create a mapping for the path ... blah blah blah..." > > What would really help would be complete physical path and > name of the file CF really tried to find. > > Anyone here has some trick to find this information ?
If you wrap CFINCLUDE within CFTRY, CFCATCH will contain a variable called MissingFileName, I think. I don't remember if it contains path information. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:259464 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

