Just to be really really clear, Justin, can you confirm the following.
* Database is 1.6.8
* config.php file is from your 1.6.8 install, and you have moved it to system/expressionengine/config/config.php
thanks!
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
July 15, 2010 10:18pm
Subscribe [4]#1 / Jul 15, 2010 10:18pm
#2 / Jul 15, 2010 11:07pm
Just to be really really clear, Justin, can you confirm the following.
* Database is 1.6.8
* config.php file is from your 1.6.8 install, and you have moved it to system/expressionengine/config/config.php
thanks!
#3 / Jul 15, 2010 11:31pm
I had originally changed the system folder to contentmanagement so that is what it is called now. Also the config file is at contentmanagement/config.php I thought that is where it was before. There doesn’t seem to be an expressionengine folder in the system folder.
#4 / Jul 16, 2010 2:45am
Justin,
Also the config file is at contentmanagement/config.php I thought that is where it was before.
Yes, you are right and that is what Greg meant to say 😊
Can you post what you have in your config.php Hide any details that you don’t need public like db username password etc.
#5 / Jul 16, 2010 3:01am
<?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'] = "**********";
$conf['db_password'] = "************";
$conf['db_name'] = "ee_cms";
$conf['db_type'] = "mysql";
$conf['db_prefix'] = "exp";
$conf['db_conntype'] = "0";
$conf['system_folder'] = "controlpanel";
$conf['cp_url'] = "http://www.koocanusapublications.com/contentmanagement/";
$conf['doc_url'] = "http://expressionengine.com/docs/";
$conf['cookie_prefix'] = "";
$conf['is_system_on'] = "y";
$conf['allow_extensions'] = "y";
$conf['multiple_sites_enabled'] = "y";
?>#6 / Jul 16, 2010 8:13pm
Justin,
Let’s try something (hopefully) a bit more simple. Can you try doing a version upgrade to 1.6.9?
#7 / Jul 17, 2010 5:29pm
I didn’t try that update, but our server admin guy restarted the server or something and then it worked. The sites are up, but now the control panel has no styling to it.
#8 / Jul 17, 2010 5:30pm
Never mind. It is working now after a page refresh. I guess that is all the help necessary. Thanks.
#9 / Jul 18, 2010 3:54pm
Hi Justin,
Glad that you are now up and running. Please post back if required.
Cheers
Greg