Hi,
We purchased 1.6.8 with MSM (multisite) around 2009.
We are pulling one site from Colo1 to Colo2.
The easist way to clone the server and clean up the data from both servers.
However, both server can check invalid login, but only the colo 1 server accept the valid login, the Colo2 server is redirect the page back to the login page without any error message.
I spoke with lisa and she told me this is not related to license.
Can someone advise me how to trouble shoot this issue?
Where is the log file located?
thank you.
-Kelly
==============Adding config.php (hiding password )
[root@ws cms_admin]# cat config.php
<?php
if ( ! defined('EXT')){
exit('Invalid file request');
}
$conf['app_version'] = "168";
$conf['license_number'] = "";
$conf['debug'] = "1";
$conf['install_lock'] = "1";
$conf['db_hostname'] = "localhost";
$conf['db_username'] = "XXXXXXXXXXXXXXXXXXXX";
$conf['db_password'] = "XXXXXXXXXXXXXXXXXXX";
$conf['db_name'] = "XXXXXXXXXXXXXXXXXX";
$conf['db_type'] = "mysql";
$conf['db_prefix'] = "exp";
$conf['db_conntype'] = "0";
$conf['system_folder'] = "cms_admin";
$conf['cp_url'] = "http://www….com/cms_admin/index.php";
$conf['doc_url'] = "http://expressionengine.com/docs/";
$conf['cookie_prefix'] = "";
$conf['is_system_on'] = "y";
$conf['allow_extensions'] = "y";
$conf['multiple_sites_enabled'] = "y";
?>[root@ws cms_admin]#