Jeff, as a quick test lets compare soemthing to see if I am getting the
correct files...

Line 61 on the file fu.cfc core/packages/farcry/fu.cfc there is a query
called qCheck the syntax, which failed until I edited it, was ...

SELECT  objectid
FROM    #application.dbowner#reffriendlyURL
WHERE   refObjectID = <cfqueryparam value="#stLocal.refObjectID#"
cfsqltype="cf_sql_varchar">
        AND friendlyurl = <cfqueryparam value="#stLocal.friendlyURL#"
cfsqltype="cf_sql_varchar">
        AND status = <cfqueryparam value="#stLocal.status#"
cfsqltype="cf_sql_integer">

I was told this issue was fixed in the new build... if it was then your
version should look different than this, and that means someone that
zip didnt overright the files or was incorrect...

Reply via email to