Looks like exactly the same place I got an error, Freddys, but you got a different message to me. Both of our setups fell over at line 29 on AppLoader.cfc. Mine because a string isn't a date, and yours because it's null.
Cheers, Michael Kear Windsor, NSW, Australia AFP Webworks. -----Original Message----- From: Freddys Garcia [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 August 2003 4:28 AM To: CF-Talk Subject: Mach II 1.0 released Hi again, So now I'm unzipped the files in the manner described above, and made sure my directory structure matched that of the picture that Hal was kind enough to put up, and this is the new error I get: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. The error occurred in C:\Inetpub\wwwroot\MachII\framework\AppLoader.cfc: line 29 Called from C:\Inetpub\wwwroot\ContactManager\mach-ii.cfm: line 18 Called from C:\Inetpub\wwwroot\ContactManager\index.cfm: line 2 27 : 28 : <cfset lastConfigDate = configFile.dateLastModified /> 29 : <cfswitch expression="#DateCompare(getLastReloadDate(), lastConfigDate)#"> 30 : <cfcase value="-1"><cfset shouldReload = true /></cfcase> 31 : <cfcase value="0"><cfset shouldReload = false /></cfcase> Any clues? Thank you, Freddys ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

