i’ve added the correct db values in the config but i still have a problem.
before i go into detail i’d like to make sure that the directory structure is correct.
the path.php file is in the root folder. the config and index.php files are in system folder situated in the “utilities” sub-folder. shouldn’t the url be: system/utilities/config.php - or am i really stupid.? i’ve tried moving these files by dragging them into the system directory but it won’t allow me to.
problem: when i try link to my control panel it seems like i have reached the /index.php url but - the screen is blank and when i view source - i see this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
the path file contains this:
<?php
error_reporting(0);
$pathinfo = pathinfo(__FILE__);
$ext = '.'.$pathinfo['extension'];
?>
just in case it’s relevant, the code in the index.html file (which is in the utilities sub-folder of the sytem folder is:
<title>Redirect</title>
<meta http-equiv="refresh" content="0; url=index.php">
</head>
<body bgcolor="#ffffff">
</body>
</html>
could you look at the config values set in the code below - these are all default settings so all users would benefit from knowing these values:
is the format for the licence number correct? yunno, are those hyphens causing hassles?
$conf['license_number'] = "xxxx-yyyy-zzzz-aaaa";
$conf['debug'] = "2";
$conf['install_lock'] = "1";
$conf['db_prefix'] = "exp";
$conf['db_conntype'] = "0";
$conf['doc_url'] = "http://expressionengine.com/docs/";
$conf['is_system_on'] = "y";
$conf['allow_extensions'] = "n";
$conf['multiple_sites_enabled'] = "n";
by the way, and maybe importantly, i haven’t done anything with any other files in my website.
do i need to “build it” or something. i mean should i upload my whole site up from my local system. should i download from the server and replace my local copy? do i need to install “fresh files “, hey, i’m so stupid i wouldn’t know what a fresh file is or where to find one.
thanks, mike