Mario Lemoine wrote:
Can somebody tell me what are those lines that need to be changed in the configuration.php file ?
I always change these:
var $log_path = '/home/domain_name/public_html/logs';
var $tmp_path = '/home/domain_name/public_html/tmp';
var $user = 'Terp';
var $db = 'db name';
var $password = 'password';
Basically, you have to change your db name, user, password for your MySQL db with your host, if different that your local install...and the location of your temp and log files on the host.