Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CF failing to include a file that is there

Status
Not open for further replies.

Sarky78

Programmer
Oct 19, 2000
878
GB
Hi,

We have had this issue a couple of times now, and we haven't been able to track it down. We use the fusebox methodology but have customized it slightly. We have a load of versions of fusekit modules that are within a directory on the c drive of our server. these files are then included using a custom tag (again on c) into applications that are on a different drive. We have got a mapping setup in the administrator for the fusekit directory and all has been working fine. a few times we have had an error on the production server stating that the included file can't be found, and then it lists out the mapping of a file that does exist.

The only thing that we have found that works is to cycle the cf service. I've had a look around the bug list/forums/support and found nothing talking about something like this.

Has anyone else experienced something like this? It only happens like once a month or so, but it is becoming annoying.

This server is running windows 2000, with the latest version cf 7.0 on it (not 7.0.1)

the code that we have got is:

<cfinclude template = "/Fusekit/#Request.Module#/#Request.Module.Version#/index.cfm">

this code has worked for years, but is failing on this box.

Has anyone had this sort of problem?

TIA

Tony
 
is it always the same file missing? Are the custom tags and includes in the same directory? How are the values for request.module and request.module.version being set?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top