Moving CMS site from one server to another.

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
askme

Moving CMS site from one server to another.

Post by askme »

I have site running with CMS Made Simple 102 (old version). Now I want to move my old site to a new server. I have backup whole database named cms102 using mysqldumper and successfully populate all tables with data on new server using phpMyAdmin. I had installed all php files in folder called CMS102 on old server which I copied as it is to new web server machine. Now When I access my CMS website on new machine I get following errors.

Code: Select all

The following directories must be writable by the web server:
tmp/cache
tmp/templates_c


Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
or the equivalent for your platform before continuing.
Please let me know, how to configure so that I can access my old CMS database. If there is easy upgradation process to new CMS version please let me know the steps.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Moving CMS site from one server to another.

Post by Dr.CSS »

Lateralus
Forum Members
Forum Members
Posts: 40
Joined: Fri Jun 01, 2007 10:49 am

Re: Moving CMS site from one server to another.

Post by Lateralus »

you should give the mentioned folders 777 rights. You can do that in your ftp program. 777 means you can read and write and execute. It's about permissions.
volcanoboy

Re: Moving CMS site from one server to another.

Post by volcanoboy »

Gonna ninja this topic for my question :-)

I'm also planning to move our website to a new server. Atm we have 2 of our clients currently working on their sites that are hosted in subfolders on our server til their done. When they have finnished uploading the text etc i'm going to move them to their own servers.

So, what i have is one installation of cmsms in the root folder (our website), and 2 subfolders with their own installations of cmsms.

So basicly my question is. When I move our site, will that change anything on their side?

Or do i just follow the normal steps for copying to a new server, then repeat the steps for config.php and permissions for each site?
Anything else i need to know? Don't want to shoot myself in the foot here :-)
askme

Re: Moving CMS site from one server to another.

Post by askme »

I have set the folder permission as mentioned by other users and set all things according to
http://wiki.cmsmadesimple.org/index.php ... New_Server

but still I cannot... get anything shown on my website....
please check this... link...

http://www.erealmedia.com/cms102/index.php


and advice... me...


how to fix the problem...

Thanks
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Moving CMS site from one server to another.

Post by Dr.CSS »

Have you tried adding the install folder from the version you are running and doing either an upgrade or reinstall w/o writing tables to the DB?...
nuno

Re: Moving CMS site from one server to another.

Post by nuno »

mark wrote: Have you tried adding the install folder from the version you are running and doing either an upgrade or reinstall w/o writing tables to the DB?...
HI
hear the mark he is right, you have to run the upgrade (www.site.com/install/upgrade.php) to adjust everything right!

Best Regards
Pierre M.

Re: Moving CMS site from one server to another.

Post by Pierre M. »

Hello,
askme wrote: site running with CMS Made Simple 102 (old version). Now I want to move my old site to a new server.
May be you'd rather first upgrade (1.0.2 -> 1.1 ->1.2.5) then try to move ? back up before...

Pierre M.
Locked

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