> I haven't. It appears that this is an error at ColdFusion > Server's (MX) core (see below). It happens in my index.cfm > when including a file called qry_DocSearch.cfm - this error > makes no sense to me and happens regardless of case used in > the include. Any ideas?
Have you by any chance just stared using multiple sites (virtual servers) on this machine? In its default configuration CFMX will not include full path information for the compiled class files - so you'll get "cross over" between mutliple virtual servers. There's a configuration file change that needs to be made to support virtual servers properly. I'm not sure that this is the problem, but it could explain why you're seeing a file conflict when there doesn't seem to be one. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

