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:255697
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to