
Dave
Staff
/ Moderator

Dec 2, 2008, 10:38 PM
Post #5 of 5
(8324 views)
Shortcut
|
|
Re: [Jeffie] Uploading to remote server
[In reply to]
|
Can't Post
|
|
Hi Jeff, Yes you can do a second install. Having a "staging" or "development" install in addition to the live website is fine. There's probably a few steps still to go through. There's a few ways to do it. You can do a fresh install on the live server, and then move over your databases and uploads. Sometimes that's simpler. But from where you are now, update the database settings in Admin > General or by editing the file /data/settings.dat.php so you're connecting to the live server database instead of your development server. Once that's done you'll need to update the require_once line in your viewer files because it looks like it's hard coded to use the path on your local development server. If you know how you can even use relative paths for the require_once line so they will work in both locations without having to make changes. Hope that helps, let me know when you get that far and if there are any problems remaining. Dave Edis - Senior Developer interactivetools.com
|