Two questions: What URL are you using to access the installation?
What does the content of your ../applications/apps.cfm look like ? Point in asking...... If your apps.cfm has an entry for [localhost] and you are calling http://127.0.0.1/.... you may find problems using the Admin Console. This is because apps.cfm uses the domain name to know which FarCry site it should be administering. If this resolves it, the clue for me was in the first exception where it talks about the "Element 127.0.0.1 is undefined....". I think you may find the other exception goes away then. Regards, Gary Menzel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Deanna Schneider Sent: Friday, 6 February 2004 5:11 AM To: FarCry Developers Subject: [farcry-dev] Re: Installation Issue Below the line, you'll see what I had this morning. Although, it's probably all irrelevant now. I tried to do a clean install (dropped all tables, deleted the directory). (I didn't redo my webserver mappings, so maybe there's something wrong there.) Now, though, I get nothing. When I try to go to the admin page, and when I try to go to the test application, the server just hangs. I tell ya, so far, I'm finding this pretty frustrating. ____________________________________________________ Here are my webserver mappings: <virtual-mapping> <resource-path>/farcry</resource-path> <system-path>C:/CFusionMX/wwwroot/applications/farcry_core/admin/</syste m-pa th> </virtual-mapping> <virtual-mapping> <resource-path>/farcry_test</resource-path> <system-path>C:/CFusionMX/wwwroot/applications/farcry_test/www/</system- path > </virtual-mapping> Here are the exceptions listed in debugging: Exceptions 07:50:24.024 - Expression Exception - in C:\CFusionMX\wwwroot\applications\farcry_core\admin\Application.cfm : line 6 Element 127.0.0.1 is undefined in a CFML structure referenced as part of an expression. 07:50:24.024 - MissingInclude Exception - in C:\CFusionMX\wwwroot\applications\farcry_core\admin\Application.cfm : line 9 Could not find the included template /Application.cfm. ----- Original Message ----- From: "Brendan Sisson" <[EMAIL PROTECTED]> Newsgroups: farcry-dev To: "FarCry Developers" <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 3:51 PM Subject: [farcry-dev] Re: Installation Issue > Deanna Schneider wrote: > > The error occurred in > > C:\CFusionMX\wwwroot\applications\farcry_core\admin\Application.cfm: line 9 > > > > 7 : > > 8 : <cfcatch> > > 9 : <cfinclude template="/Application.cfm"> > > 10 : </cfcatch> > > 11 : </cftry> > > > Do you have debugging turned on? Can you see any exceptions in the debug > output? Can you tell us your webserver mappings? > > -Brendan > http://farcry.daemon.com.au > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
