Re: Moving IP From Server To Server Has Got Me Beat!
Your config table which was configured for your former server and certainly not the new one ... So, step by step :
1st) Go in your DataBase (using PhpMyAdmin or else) and go into ip_config and then adapt the following lines :
server_name
server_port
script_path
(they are page 2 I think, maybe 3). Adapt it to your new server. The first line might be your simple url like that :
http://yoursite.com/. The second line might be 80. The third line is where is placed your folder from the root.
2nd) Go check your file config.php (root) and adapt it to your new MySQL server.
It might fix almost everything ... Ah and don't forget to erase the cache ! (go into
http://yoursite.com/adm/erc.php and you can do it from here).