|
From: <no...@so...> - 2002-04-05 18:01:33
|
Code Improvements item #539898, was opened at 2002-04-05 13:01 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=411652&aid=539898&group_id=33502 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stephen Giese (sgiese) Assigned to: Nobody/Anonymous (nobody) Summary: Case-Sensitive File Names Initial Comment: We use ColdFusion 4.5 on a UNIX server. I installed the files in "wireframetool400alpha.zip". The index.cfm file tries to cfinclude "fbx_fusebox30_CF40.cfm" but the file name in the archive is "fbx_fusebox30_cf40.cfm". On UNIX "CF" is significantly different from "cf". I changed the name of the file, but then it tries to cfinclude "fbx_Circuits.cfm" while the file name is really "fbx_circuits.cfm". Could you make the file names match the code? It's conventional on UNIX to use lowercase file names. Thanks, Stephe ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=411652&aid=539898&group_id=33502 |