I typed in my URL (below) and hit enter and got the below error and warning. Any help would be very much appreciated. Still kinda new to this blogging game but love it. Here's how I entered my URL for the install:
http://www.gowomenshealth.info/WordPress/wp-admin/install.php. I hit enter and I get this fatal error and this warning.
Warning: main(./includes/upgrade.php) [function.main]: failed to open stream: No such file or directory in /homepages/23/d227801315/htdocs/WordPress/wp-admin/install.php on line 10
Fatal error: main() [function.require]: Failed opening required './includes/upgrade.php' (include_path='.:/usr/local/lib/php') in /homepages/23/d227801315/htdocs/WordPress/wp-admin/install.php on line 10
Here is line 1 thru 18 on my install.php
<?php
define('WP_INSTALLING', true);
if (!file_exists('../wp-config.php')) {
require_once('../wp-includes/compat.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('./includes/upgrade.php');
if (isset($_GET['step']))
$step = $_GET['step'];
else
$step = 0;
function display_header(){
header( 'Content-Type: text/html; charset=utf-8' );
?>
I hope someone out there can help. This is the thrid time I have tried to install WP over the last 2 months. I have been very dsappointed, and just given up in the past. This time I intend to conquer this install. Sorta a personal thing now!
Thanks in advance for any help and I hope this is enough information.
Jamie