> My question is should I really have needed to change <cfset > lAllowHosts = "127.0.0.1" /> within the C:\Farcry\projects\test\www > \install\Application.cfm file? Could changing this line of code > possibly upset settings somewhere else within the farcry code, so even > though initial testing of my site appears to be working fine now, is > it be possible something may break further down the line that reliaed > on the allowHosts to be set to 127.0.0.1 ?
I went into the file that was complaining (the Application.cfm inside the installer) and simply removed the cfif and the cfcatch/cftry block, thus enabling the installer to run from anywhere. As far as I know this works just fine... we'll have to see if somebody chimes in saying it doesn't. :) Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
