Restore Site

A place to make for-pay "CMS made simple" job offerings
Locked
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Restore Site

Post by RonnyK »

Normally it means that the ZIP file are the files of CMSMS.

The .sql is the content of the DB.

Transferring would mean that you could transfer the files to the new domain

Create a new db on that domain and import the .sql there.

I always use the installer then, where I untick the 2 options in step 5 (that would create tables+content) as that is already in the existing database. Running the installer makes the system generate the new config.php with all correct paths.

The existing config.php in the ZIP could be used then to check other settings, like prettyURL, page-extensions and so on...

Ronny
nichess
Forum Members
Forum Members
Posts: 28
Joined: Wed Feb 28, 2007 7:33 am

Re: Restore Site

Post by nichess »

That means no information on previous settings which basiclly blows it right out of my range
You need the informations of your new website host.

In the config.php that is in the zip-folder you will find the previous settings e.g.:

#-----------------
#Database Settings
#-----------------

#This is your database connection information. Name of the server,
#username, password and a database with proper permissions should
#all be setup before CMS Made Simple is installed.
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'aUserName';
$config['db_password'] = 'aPassword';
$config['db_name'] = 'aDatabaseName';
#Change this param only if you know what you are doing
$config["db_port"] = '';
#----------------------------------------------------------------------------------


Hope that helps
Nicolas
Locked

Return to “Help Wanted (commercial)”