I'd wipe the saved .class files (C:\CFusionMX7\wwwroot\WEB-INF\cfclasses by default on Windows) to force everything to recompile.
--- Ben -----Original Message----- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 5:03 PM To: CF-Talk Subject: Re: What would cause this? Yep, it has been loading fine for over a year... it stopped this afternoon and only started when I uploaded a "clean" copy of the CFC. Weird stuff On 10/5/06, Teddy Payne <[EMAIL PROTECTED]> wrote: > Is there a componet named functions.cfc in your root? > > Teddy > > On 10/5/06, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote: > > > > I've got a site that uses CFCs. It has run fine for over a year and > > then today the following error came up: > > > > cffunctions2ecfc1075451331$funcCHECKSELECT > > The error occurred in E:\... ... \memarea\Application.cfm: line 10 > > 9 : <CFIF Not StructKeyExists(application, 'functions')> > > 10 : <CFSET application.functions=CreateObject('component', > > 'functions')> > > 11 : </cfif> > > > > I logged into the server and looked at the file being referenced > > (functions.cfc) and everything looked just fine. Unable to find a > > source for the error I uploaded a "fresh" copy of the file from my > > computer to the server and the error went away. > > > > My question is this - what would cause something like that to happen. > > The file I uploaded was identical to the one that was already on the > > server. Was I experiencing a memory leak or cache problem? > > > > Thanks! > > Hatton > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255720 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

