I'm attempting to do the 5 minute install for the first time. I created the MySQL DB, added myself as a new user with all privileges, FTP all of the new WP files into the /PUBLIC_html directory, then changed the config-sample.php file to reflect the DB name and password, copied and pasted the security information, resaved the file as config.php and uploaded it into the wordpress files. I then try to run the install by typing http://www.domain.com/wp-admin/install.php and this is the error I get.
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required '/home/DOMAINNAME/public_html/includes/header.ph3' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
I've obviously substituted the domain name. Anyone have any ideas how to correct this?