Here are some suggestions:
- Make sure your new host will allow Dolphin to function properly
- Make a complete backup of ALL content and databases (if more than one)
Then you would need to following this:
transfer my site to another folder/server. What do I need to do? ¶
1) First of all, you need to back up your folders and files and your
database tables. It usually results in creation of two archives (.tgz
or .zip) which you will have to unpack on your new server/folder;
besides, the database tables will have to be imported in your new
database.
2) Dolphin 6 has several files which must be changed after transferring to another folder or server:
* inc/header.inc.php change the values of the following variables according to your current settings:
$site['url'] and $dir['root']
and all the elements of $db array (it's not usually needed if you just move your site to another folder on the same server)
* cupid.php, notifies.php, cmd.php files in periodic folder. All of them have lines as follows:
require_once( '[path_to]/inc/header.inc.php' );
where [path_to] must be changed according to the current path to Dolphin folder
Note: You also need to change the paths for each cron running for the above mentioned files.
* ray/modules/global/inc/header.inc.php
edit the line
include("[path_to]/inc/header.inc.php");
the same way as described above
If you have changed your site URL, you need to contact BoonEx and provide your license number and desired domain name.
Dont forget to setup your Cron Jobs either :)
Hope this helps.