Fatal error: Call to undefined function: startcmssession() in /home/www/itanea/www/new/index.php on line 85
[color=red]// set these values here for a small speed increase! :)[/color]
$database_type = "mysql";
$database_server = "mysql.Server";
$database_user = "user_sql";
$database_password = "pwd_sql";
$dbase = "base_sql";
$table_prefix = "modx_";
$base_url = "";
$base_path = "";
// get the required includes
if($database_user=="") {
$rt = @include_once "manager/includes/config.inc.php";
if(!$rt) {
echo "<h3>Unable to load configuration settings</h3>";
echo "Please run the MODx <a href='install'>install utility</a>";
exit;
}
}

// set these values here for a small speed increase! :) $database_type = ""; $database_server = ""; $database_user = ""; $database_password = ""; $dbase = ""; $table_prefix = ""; $base_url = ""; $base_path = "";
This discussion is closed to further replies. Keep calm and carry on.