> Hey there, after upgrading our first server to ColdFusion > Server, one of > our pages crashed saying something to the effect of > invalid include, fix > for case (can't remember the exact error message). After > changing the > include name to the proper case as the <CFINCLUDE> tag > calling it, the > error was fixed. Is this something new with ColdFusion > MX? Granted if > it is, we probably have a lot of re-working on our code. > Basically I > just like to know what needs to be re-worked (in all of > ColdFusion) in > total to be case sensitive now with ColdFusion MX. > Thanks!
The code validation tool in the ColdFusion MX Administrator should give you any information you need. When I ran it on my applications it didn't say anything about the case (in)sensitivity of include files, although from experience, cfincludes are case sensitive ( or were in the past ) on *nix servers. What OS are you using? Isaac Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

