It's probably specific to your application. The application.navid struct contains references to navigations nodes by their alias values. This allows a developer to refer to a specific node in the tree (e.g. to add a small header menu) without hard coding an objectid. If no navigation node has that alias, then any page that tries to use it will throw the error you're getting. You can a) add the node now, or b) cfparam application.navid.header in the code and add the node later.
Blair On Sat, Aug 22, 2009 at 2:44 PM, monkeyvu <[email protected]> wrote: > > Hi all, > > Anyone knows this issue? I googled a alot but can't find a solution > for this... > > Thanks, > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
