Re: Installing FarCry on GoDaddy Shared Hosting Account

modius <[email protected]> Tue, 20 May 2008 02:22:25 -0700 (PDT)
Newsgroups gmane.comp.cms.farcry.user
Message-ID <[email protected]>
On May 20, 5:23 pm, HDWTech <[email protected]> wrote:
> I got the Fortress folder copied onto my GoDaddy Shared hosting and
> now when i try to install it the page displays this:
>
> The web site you are accessing has experienced an unexpected error.
> Please contact the website administrator.
>
> The following information is meant for the website developer for
> debugging purposes.
>
> Error Occurred While Processing Request
> Your IP address (198.231.24.241) is not permitted to access the
> install directory.

This is a very important security precaution.  By default you can only
install from localhost -- otherwise you might accidentally leave the
installer accessible to external users.  It's easily addressed.

What you need to do is open up the ./core/webtop/install/
Application.cfm template and add you IP address to the list of allowed
IPs.  Save the file, and then try again.

For example,
<cfset lAllowHosts = "127.0.0.1,198.231.24.241" />

Good luck!

-- geoff
http://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-user" group.
To post to this group, send email to farcry-user-/[email protected]
To unsubscribe from this group, send email to farcry-user-unsubscribe-/[email protected]
For more options, visit this group at http://groups.google.com/group/farcry-user?hl=en
-~----------~----~----~----~------~----~------~--~---