I've followed the install instructions and Jeff Coughlin's install
video...
When I try to run /farcry/install I get:
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.
The following information is meant for the website developer for
debugging purposes.
Error Occurred While Processing Request
The system has attempted to use an undefined value, which usually
indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.
The error occurred in
D:\farcry\farcry_core\admin\install\Application.cfm: line 30
28 : // CF mappings
29 : if (not isDefined("application.path.core")) {
30 : application.o_mappings = createObject("component",
"cfmxmappings");
31 : application.o_mappings.addMapping(mapping="farcry",
path=REreplaceNoCase(getCurrentTemplatePath(),
"[/\\]farcry_core[/\\]admin[/\\]install[/\\]Application.cfm", ""));
32 : //application.o_mappings.addMapping(mapping="farcry",
path=replaceNoCase(getCurrentTemplatePath(),
"\farcry_core\admin\install\Application.cfm", ""));
It appears that something within the cfmxmappings cfc is failing. I'm
running CFMX 7.01 CHF2 on a Windows 2000 Server. I used the v3.0.0
FarCry Full Install. I also tried the latest snapshots linked from Jeff
Coughlin's site.
Any thoughts of what to check? I've made sure there are no disabled
tags or functions in the sandbox it is in to be sure createobject isn't
being blocked or anything silly like that. I'm at a loss as to what is
causing this...
I tried running /updates but can't do so either -- it's trying to
cfinclude /Application.cfm from inside its Application.cfm
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---