wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php
file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.");
require_once('../wp-config.php');
require('upgrade-functions.php');
if (isset($_GET['step']))
$step = $_GET['step'];
else
$step = 0;
?>
You appear to already have WordPress installed. If you would like to reinstall please clear your old database files first.