Everytime I hit http://localhost/farcry_appname/ it hangs. I've tracked
down the code where it seems to be having the problem.

<cfif not isDefined("url.objectId")>
        <cfif isDefined("application.navid.home")>
                <cfset url.objectid = application.navid.home>
                <cftrace var="application.navid.home" text="home UUID set">
        <cfelse>
                <cflocation url="#application.url.webroot#/" addtoken="No">
        </cfif>
</cfif>


There are two object id's in the application.navid.home variable. Is this
normal? Seems to be causing a problem cause if I modify the code to read:
<cfset url.objectid = listgetat(application.navid.home,1)> it works ok.

I search for the second ObjectID in FarCry administrator and it doesn't
return a result. Please help. MSSQL2000 Windows IIS 5.0

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to