Ok a bit more investigation work and think I've worked out what's going on.

I've set the application.path.cache to my custom path within the project's 
_serverSpecificVars.cfm thinking that FarCry would use this setting instead 
of its default.However it's ignoring me and it seems to be because of the 
way things are kicked off within the core Application.cfc

In the initApplicationScoper method lines 792 through to 816 a couple of 
things are happening....

1) Line 792 FarCry sets the default path:-
<cfset application.path.cache = "#application.path.webroot#/cache" />

2) Line 816 it initialises the Farcry.utils component. Within this combine 
is called and the value application.path.cache is passed in.

It's not until onApplicationStart is run. which from what I can tell is 
after initApplicationScope() my value is loaded in. So looking at the webtop 
I can see my value but obviously by then its too late.

Is there another way I should be declaring this or for use in 6.1.1 am I 
looking at a fork of the initApplicationStart to fix this?

Cheers,
James

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to