You tried to include a fuse qry_CheckBansByIP.cfm in circuit Security 
which does not exist (from fuseaction Security.default).

2906ms      Fusebox      Including parsed file for 'Login.Default'      1
7406ms     Runtime     <fuseaction action="Security.Default"/>     1
7406ms     Runtime     <include template="qry_CheckBansByIP.cfm" 
circuit="Security"/>     1
7422ms     Fusebox     Caught Fusebox exception 'fusebox.missingFuse'     1
7422ms     Fusebox     Request completed     1

<fuseaction name="default">
     <include template="qry_CheckBansByIP.cfm"/>
     <set name="Redirect" value="Banned" />
     <include template="act_ProcessResults.cfm"/>
</fuseaction>

     <parameters>
         <parameter name="allowImplicitCircuits" value="false" />
         <parameter name="debug" value="true" />
         <parameter name="parsePath" value="../Data/parsed" />
         <parameter name="pluginsPath" value="../Data/plugins" />
         <parameter name="lexiconPath" value="../Data/lexicon" />
     </parameters>

The file exists in the directory and it worked in FB4. The XML is well 
formed, but the cached file points to this.

<cfoutput><cfinclude 
template="../../../Circuits/Security/act_CheckBansByIP.cfm"></cfoutput>

In my index.cfm file, I have <cfset FUSEBOX_APPLICATION_PATH = "../Data">

Any idea why I'm getting the cached page pointing to the wrong location 
for the file?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284907
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