Changing Host Provider - more details please

2 posts by 2 authors in: Forums > CMS Builder
Last Post: October 5, 2009   (RSS)

By richb - October 4, 2009

I've followed the steps from previous posting[font "Verdana"]

[font "Verdana"]1.The first step is to upload all the files from the old host to the new host.

2.
[font "Verdana"]Then update the database details in cmsAdmin/data/settings.dat.php
3.Then update the "require_once" line at the top of all your viewer files to have the filepath for the new server (you can get this from the code generator).
4. Then export all your mysql data from your old host and re-import it to your new host and you should be done.


++++++++++++++++++++++++++++++

Issues after follow above steps.

1. tables on left side do not appear?

2. does the cms_uploads table need to be updated with new upload path? (filepath, thumbfilePath, etc)?

3. any other steps?