Hi,

I restored the backup and after the configuration I get the error from
below. Any idea what can cause this ? thx

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
C:\Inetpub\applications\farcry_core\tags\farcry\_dmSec.cfm: line 29
      Called from
C:\Inetpub\applications\farcry_cem\config\_applicationInit.cfm: line 8
      Called from C:\Inetpub\applications\farcry_cem\www\Application.cfm:
line 8

27 : <!--- initialise any server/session structs that are non existant --->
28 : <cfscript>
29 :    oSecInit =
createObject("component","#application.packagepath#.security.init");
30 :    oSecInit.initServer();
31 :    oSecInit.initSession();





"Geoff Bowers" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Cezar wrote:
> > First - I already made a site with FarCry 6 months ago. It has been
> > successfuly deployed and put into production. Now, I need to change few
> > pages and add few more. My biggest problem is that during this time (6
> > months) I reinstalled my computer few times and now I can't install the
> > FarCry site to take it in development.
> >
> > I have the full archive of the site (applications directory) and mysql
> > database.
>
> My advice is to IGNORE the installer.  Just take your existing
> application and set it up.
>
> The only check list you need is this:
> 1) CF Mapping for /farcry in place
> 2) webserver mappings for /farcry in place
> 3) datsource set up and tested
> 4) ../config/_serverspecificvars.cfm correctly configured for your
> development environment
>
> The installer is not really going to help in any way for an existing
> application.
>
> -- geoff
> http://www.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/

Reply via email to