B, I kept getting this error repeatedly on my development machine (FarCry 4.0.9). I spoke to Mat about it, but it appeared to be an isolated incident (so I figured it was something on my Mac (dev box)). I did work around it eventually, but I don't recall exactly what it was. From what I recall I first deleted the table refFriendlyURL (before running each install event), I also replaced the Application.cfm in the project with the default one (not really needed), then edited <myProject>/install/_processInstallation.cfm. I think it had something to do with line 112 (where that variable was set). I tried many things, so I don't recall off the top of my head what fixed it, but I remember two of the main things I was trying was setting the variable to a different form value (not form.sitepath). The other thing I recall trying was adding a <cfabort/> after the <cfdump/> in the <cfcatch> block.
Sorry I don't have much more info. I deleted the installer once I was through with it (assuming it was an isolated incident). Feel free to play around with what I've tried if you have a few minutes. Please submit a bug in the bugtracker (and if you've found the fix, feel free to share in your notes in the bug tracker :) ). http://bugs.farcrycms.org/ . Regards, -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com On Feb 18, 2008, at 5:59 AM, BazD wrote: > > Hi > > Im wanting to setup a 2nd farcry project to run alongside an existing > project. > > So Ive copied the standard mollio folder into my project folder and > renamed it accordingly. Ive done all the usual IIS setting up, cfadmin > DSN etc. etc. > > When I go to the installer for the 2nd project, I select the domain, > project directory is blank, farcry virtual directory is set to "/ > farcry" , select the project DSN and type, check "install database > only", uncheck "delete installer on completion" (i always delete the > installer manually afterwards) and I uncheck the farcry plugins > options. > > When I submit the form, Im getting the following error: > > Detail [empty string] > ErrNumber 0 > Message Element PROJECTDIRECTORYNAME is undefined in APPLICATION. > Resolvedname APPLICATION > > With a long list of what the error is, then at the bottom, a message: > > Create Table Success: refFriendlyURL DONE > > Installation Success! > Default Farcry credentials (sa) are: > > U: farcry > P: farcry > Please be sure to change this account information on your first login > for security reasons > > > Any ideas on how I can set the project directory name as the field on > the form is un-editable. > > Cheers > > B --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
