Are there nobody who moved a FarCry project from local development environment to the production server?
I have a problem with FarCry when I move my DB to the production server.
What are steps to move a project from one server to another?
No. Not on same server.
DevBox
- WinServer2003 Std
- CFMX 7
- IIS 6
- FarCry 301
- MSSQL 2005 Exp
localhost/myapp
/farcry
DSN: farcry_myapp
Production
- WinServer2003 Std
- CFMX 7
- IIS 6
- FarCry 301
- MSSQL 2005 Exp
mydomain.com/
mydomain.com/farcry
Case 1: DSN farcry_myapp -> farcry_myapp on SQL
Case 2: DSN farcry_myapp -> farcry_myapp_transffered on SQL
- Install both system with clean FarCry. Both sites are working without any problem
- Apply your changes on local FarCry on DevBox just simple changes such as webskin changes
- Move your db from local to server into farcry_myapp_transffered on DB
- Case 1 works as default but when I change DSN for farcry_myapp and point it to my farcry_myapp_transffered DS which I transferred from my local SQL server, I got a endless loop! I even do not moved any other file etc. Just used my new DB that I transferred from my DevBox.
In this case I guess that I need to change some records also in my DB. Because I have just changed DB, nothing else.
But what?
On 11/6/06, Jeff Coughlin <[EMAIL PROTECTED]> wrote:Tarantor,
> When I only move DB into a new server which I have cleanly installed. I got error.
> - Install FarcRy into new server.
> - Test first FarCry page. Works!
> - Create a new DB
> - Move your dev server DB to this new DB
> - Change CF DSN to point this new DB for FarCry
> - load the page but it does not work and trys to relocate somewhere else?
>> I have never changed in files or anything else. I just moved my current dev DB into server and forwarded my pages to this DB.
If you're looking to run both FarCry sites on the same box make sure to give them unique application names. Edit Application.cfm and change the application name to match the name of your project folder. If you're not trying to run them both at the same time either a) check that setting I just mentioned, or b) if you've made config modifications update the application scope by adding "?updateapp=1" to the 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
-~----------~----~----~----~------~----~------~--~---
