Hello,
A client site is suddenly not loading, and instead showing this error. Can’t access the CP either, although all the files are there, and all the tables are present in mysql.
The only thing I’ve changed is to put a license key into the admin CP. It’s a license for 2.0.1, purchased for this client, although the site’s built on and running on 1.6.8. I bought the 2.0 license rather than the 1.6.8 license to enable them to upgrade when 2.1 comes out.
The other posts I’ve seen in the forum with this error message are mostly related to trying to upgrade from 1.6.8 to 2.0, which I didn’t do. This is a site that’s been running fine since November of 2009 with no issues.
Any thoughts on what this might be? Config file below
Thanks,
Jamie
<?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'] = "asdf";
$conf['db_password'] = "asdf";
$conf['db_name'] = "asdf";
$conf['db_type'] = "mysql";
$conf['db_prefix'] = "exp";
$conf['db_conntype'] = "0";
$conf['system_folder'] = "cms";
$conf['cp_url'] = "http://asdf/cms/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'] = "n";
?>