On 31/08/2007, Bill Bagent <[EMAIL PROTECTED]> wrote: > > > StephenMoretti wrote: > > > > On 31/08/2007, Stephen Moretti <[EMAIL PROTECTED]> wrote: > > > > Try this: > > > > In FlightCheck.cfc find the getProjectSubDirectory method. (About line > > 965) > > Find the line <cfset subDir = cgi.path_info> (about 6 lines into the > > method) > > Replace it with : <cfset subdir > > =replacenocase(cgi.SCRIPT_NAME,"/index.cfm","","all")> > > > > Then try the installer again. Completely untested, so no guarantees, > but > > in theory it should be good. > > > > This did fix the Product Virtual Directory issue but now is messing up the > Farcry Virtual Directory field. This field should be /farcry but now is > showing as /myproject/farcry.
Ahh actually thats correct... Because you're running your farcry project under a sub folder you also need to have the mapping for /farcry under that sub folder as it suggests. Also you mentioned something about using a real web server. I had the exact > same issue trying to install FarCry on a Solaris box running SunOne Web > Server. I believe this would qualify as a real web server. ;) lol - maybe... ;) But yes its an issue with cgi.path_info - its not available via all web servers. If I could perhaps twist your arm to add it as a bug? Regards Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
