Having covered the Blackstone NDA..... The errors (regardless of CFMX platform) look like "generic" ones relating to how FarCry is installed rather than anything to do with Blackstone.
Have to you tried pointing a CFMX 6.1 install at that FarCry instance? The first looks like is an issue with either a DSN or the way in which a query was composed. The second appears to be an object that doesnt have the "body" member in it (can happen in FarCry if you are calling lower level routines and are not hooking them up properly or if you are making an assumption of a specific object type when a different one is being returned). The third is clearly saying that it can't find a specific file. My instance of FarCry doesn't have a "container" directory under "webskin". All of the above point to either programatic or conguration problems in your FarCry installation more than the version of CFMX you are using. Regards, Gary On Wed, 6 Oct 2004 18:40:52 +1000, Lutz Biederbeck <[EMAIL PROTECTED]> wrote: > Hi, I want to look about farcry on blackstone. In my project I get this > error on my web page. > __________ > Exceptions > > G:\cmsnestle\farcry_core\admin\includes\cfFunctionWrappers.cfm(59) @ > 10:31:50.159 > type Database > message Error Executing Database Query. > > G:\cmsnestle\nestle\webskin\dmHTML\displaypageLanding.cfm(29) @ > 10:31:50.330 > type Expression > message Element BODY is undefined in STOBJ. > > G:\cmsnestle\farcry_core\packages\types\types.cfc(61) @ 10:31:50.340 > type Expression > message Error: Template not found > [G:/cmsnestle/nestle/webskin/container/displaypageLanding.cfm]. > ___________ > > The database is a mssql 2000. Is there anyone else with similar > experience? > > Best regards > > --- > 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/ > --- 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/
