Ive download the latest nightly build trunk and the P100 installer
When I tried the latest nightly build, it threw back the same error,
so I tried the P100 installer and ran the install, instead it threw a
different error, saying form.sitepath or something wasnt defined. So I
edited line 112 of _processinstallation.cfm to
application.projectdirectoryname = ""; and the install then ran
smoothly (!), however, when I clicked to view the site, it just cam
eup with a blank page. Ive checked to make sure that the
application.cfm file within the project/www is setup correctly. Only
problem now is that the 1st project that was running perfectly, is now
coming up with an error:-
The error occurred in C:\Farcry\core\packages\security
\authorisation.cfc: line 51
Called from C:\Farcry\core\packages\security\authorisation.cfc: line
45
Called from C:\Farcry\core\packages\security\authorisation.cfc: line
187
Called from C:\Farcry\core\packages\security\authorisation.cfc: line
374
Called from C:\Farcry\core\tags\navajo\display.cfm: line 230
Called from C:\Farcry\core\tags\navajo\display.cfm: line 23
Called from C:\Farcry\core\tags\navajo\display.cfm: line 1
Called from C:\Farcry\projects\art\www\index.cfm: line 4
49 : for( i=1; i lte arrayLen(aObjectIds); i=i+1 )
50 : {
51 : if( not
StructKeyExists(server.dmSec[application.applicationname].dmSecSCache,
aObjectIds[i]) )
52 : lUncachedPermissions =
listAppend(lUncachedPermissions, aObjectIds[i]);
53 : }
So it would seem that what was perceived as a fix, has now broken the
entire farcry system (gulp!)
I have a backup of the original project folder, would it now be easier
to wipe the entire farcry folder and start again, without installing
the database I dont want to have to touch the original sites database.
Its been a live site for 6 months(!) ?
On Feb 18, 6:58 pm, Ezra Parker <[EMAIL PROTECTED]> wrote:
> On Feb 18, 10:32 am, BazD <[EMAIL PROTECTED]> wrote:
>
> > Can someone point me in the right direction on how to update 4.0.9 so
> > I can run the installer without any errors ?
>
> @BazD
>
> I also ran into this error when working with the 4.0.9 installer, and
> here is the workaround that fixed it for me:
>
> I changed line 112 of _processInstallation.cfm from this:
>
> application.projectdirectoryname = form.sitepath;
>
> To this:
>
> application.projectdirectoryname = "";
>
> Note that I am using an Apache virtual host, so the project directory
> in my case is an empty string.
>
> Hope this helps.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---