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 -~----------~----~----~----~------~----~------~--~---
