version CF 5
There are cached queries in the application that run every 10 minutes; however, 
these templates are not involved in the queries. The original ones listed were 
just a few of the errors.

for the error with the template findPolicy.cfm the last modified date was Aug 
2004, and the page is hit in the application on a slow day 100x, therefore, if 
there was an error such as the one being thrown, it would be evident before 
now. 

Same goes for the error 3
CODE exert

<!--- PURPOSE: because the user has the option to edit while adding locs, 
delete out the deductible and use the form --->
        
        <cfparam name="deductibleMessage" default="">

line 5  <cfparam default="0" name="caExcluded">
line 6  <cfparam default="0" name="insertAddtlID">

code commented out  then on line 39

  <cfif (LEN(addtlDeductiblePercent_1132) GT 0 OR LEN(addtlDeductibleMin_1132) 
GT 0 OR LEN(addtlDeductibleMax_1132) GT 0) AND LEN(addtlDeductible_1132) GT 0>
        <cfset deductibleMessage = ListAppend(deductibleMessage, "FLOOD -There 
are values in both Additional Deductible and any one of the following %, 
Minimum, Maximum deductible")>
</cfif>


What doesn't make sense to me is that when the server is reset the error 
messages go away and once one of these errors are thrown more subsquently 
follow with the only remedy being a rest on the server ?????

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1630
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to