Hi BobRay,
Thanks a lot for your reply. Before I move the site I would like to backup everything on my local (My Mac OS Machine).
1.I create new database on my local and import database from the dev
2.I package the file and unpack to the right folder on my computer
3.I change the path on both config.inc.php and config.core.php
4.I put the setup folder and did the install as the suggestion above.
5.The set up set I have successful setup (Although, there are some issue about writable folder, I have managed to change the right suceessfully)
In the end it's success but.. while I try to goto localhost/manager I have got this:
Warning: include_once(/customers/e/7/8/thaicom.dk/httpd.www/modx/core/model/modx/modx.class.php): failed to open stream: No such file or directory in /Users/Joy/Sites/backup/manager/index.php on line 50
Warning: include_once(): Failed opening '/customers/e/7/8/thaicom.dk/httpd.www/modx/core/model/modx/modx.class.php' for inclusion (include_path='.:') in /Users/Joy/Sites/backup/manager/index.php on line 50
Warning: include(/customers/e/7/8/thaicom.dk/httpd.www/modx/core/error/unavailable.include.php): failed to open stream: No such file or directory in /Users/Joy/Sites/backup/manager/index.php on line 51
Warning: include(): Failed opening '/customers/e/7/8/thaicom.dk/httpd.www/modx/core/error/unavailable.include.php' for inclusion (include_path='.:') in /Users/Joy/Sites/backup/manager/index.php on line 51
Site temporarily unavailable!
It seems as if the server still want to call the old path. I don't know how to fix it now.
Thank you.