I've done this before but this time it's not working. When I try to install I get a screen starting with this code:
<?php
define('WP_INSTALLING', true);
if (!file_exists('../wp-config.php')) {
require_once('../wp-includes/functions.php');
wp_die("There doesn't seem to be a 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.", "WordPress › Error");
}
require_once('../wp-config.php');
require_once('./upgrade-functions.php');
I've checked, and there is a wp-config.php on my site. So what's wrong?