Hey Tom, I created a mapping in IIS to aura and try to hit http://127.0.0.1/aura/ and I get an error in a core cfc: Error Executing Database Query. Data source not found. The error occurred in C:\Inetpub\wwwroot\applications\farcry_core\packages\farcry\config.cfc: line 42
Any ideas why? Greg -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Cornilliac Sent: Monday, October 27, 2003 4:10 PM To: FarCry Developers Subject: [farcry-dev] RE: Newbie >Anyone have any sources to learn about FarCry? I've done the >setup now and can browse the admin and my test site, but don't >know where to go from here. Hi Greg, I'm glad to see that your Farcry site is up and running. Have you looked at "Farcry_aura". Farcry_aura is a boilerplate for a basic Farcry site. Have a look at the source files under farcry_aura. In the source you can see how tags and objects are implemented. Under "farcry_aura/webskin" you can view the templates(display methods) for each object type. One exercise I found useful was to follow a page request from start to finish in the code. Start at "farcry_aura/www/index.cfm" and follow the code. At first it's a bit confusing but the more you do it the more it makes sense. After a short while you'll be surprised at how much you've learned. It's a great way to understand the interactions between your Farcry site and the Farcry Core. I'd start by simply looking at farcry_aura. I suspect the "How To's" will make a bit more sense after you understand the structure of a basic Farcry App. ~Tom --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
