Page 2 of 2

Re: Moving site from remote server to local WAMP server (editing config.php issues?)

Posted: Sun Aug 30, 2009 7:29 pm
by Dr.CSS
I find the quickest way to fix things from a move is to run install and at step 5 DON'T CREATE TABLES DON'T INSTALL DEFAULT CONTENT...

Re: Moving site from remote server to local WAMP server (editing config.php issues?)

Posted: Thu Sep 03, 2009 5:36 pm
by Guido
I had the same problem. I solved it by:

- Installing a copy of CMSMS on WAMP. (same as you use online)
- Backup you database online.
- Import your database to your //localhost MySQL
- When you install CMSMS on localhost, DON'T MAKE NEW DATABASE, BUT REFER IT TO THE COPY YOU INSTALLED ON LOCALHOST.
- Copy your uploads folder from online to your hard drive, replacing te one on your hard drive.
- Install modules you use online that don't come standard.

It worked for me.