Move to the new hosting

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
pmolds
Forum Members
Forum Members
Posts: 12
Joined: Sat Nov 21, 2009 4:49 am

Move to the new hosting

Post by pmolds »

Hi,

I want to move my CMS to new hosting today, I backup my all files and SQL data, but it failed when I upload all files and import data to database, and I can't get into the admin, it should the account and password is not correct, but I promist it can get into at my old hosting.
What should I do now?
My system version is 1.6.5
User avatar
M@rtijn
Power Poster
Power Poster
Posts: 706
Joined: Sat Nov 14, 2009 4:54 pm

Re: Move to the new hosting

Post by M@rtijn »

Only the latest version of CMSMS is supported on this forum, but...

... if you can't login, you can't upgrade :D

Did you edit all references in the config.php files to point to the new domain?

You should edit all information for the following lines:

Code: Select all

$config['db_hostname']
$config['db_username']
$config['db_password']
$config['db_name']

$config['root_url']
$config['root_path']
$config['previews_path']
$config['uploads_path']
$config['image_uploads_path']
Also, you should look at the .htaccess and check if the path is correct

Code: Select all

#Sub-dir e.g: /cmsms
RewriteBase /
(if cmsms is not in a subfolder, then this line should not contain anything after the slash)
Make your community a better place!
Locked

Return to “[locked] Installation, Setup and Upgrade”