Yesterday I had the same problem.  The problem is probably inside your 
apps.cfm.  You need to make an entry there for you new website, 
referencing the new site's URL.  And apps.cfm needs to be syntactically 
correct.  Otherwise you end up in a loop.

For example, on my dev box, I would have an entry for localhost:

stApps["localhost"] = "farcry_echoeleven";

When I go live, I need to change that entry:
stApps["www.echoeleven.com"] = "farcry_echoeleven";




Stephen Moretti wrote:
>
>
>     When I just try to use DB which I copied from my development
>     server, there is a loop in code and my website could not start.
>     This is just DB, without any other file copy.
>
>     I think I need to change something in DB.
>
>
> I've no idea what the problem you are having is...  I do the 
> equivalent of copying sites from dev to production on an almost daily 
> basis as I maintain a complete copy of the live site on my local 
> laptop and on an internal server.
>
> The only problem I've ever had is to do with physical image paths 
> being stored in the database, but then the problem only came up 
> recently when I doing an upgrade of my development copy to use Gonzales.
>
> The only thing I would say is that you should ALWAYS make sure your 
> development environment matches your production environment. That 
> includes ensuring that you are accessing the site on a similar url to 
> the production url.
>
>
>
> >



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

Reply via email to