Just transferred my site draperdesignonline.com from its own domain hosting account to a "deluxe" account on GoDaddy that could host more than one domain. Nightmare. I had downloaded all the files first and GD helped me restore the WP database. Then, they told me it would "repopulate" within a few hours. This morning when I checked, I had this message:
Warning: require_once(/home/content/94/9710994/html/DraperDesignOnline/wordpress/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/94/9710994/html/DraperDesignOnline/wordpress/wp-blog-header.php on line 12
Fatal error: require_once() [function.require]: Failed opening required '/home/content/94/9710994/html/DraperDesignOnline/wordpress/wp-load.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/94/9710994/html/DraperDesignOnline/wordpress/wp-blog-header.php on line 12
So based on that info, I tried to edit line 12 of the wp-blog-header.php file. This is what I changed it to:
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once(home/content/94/9710994/html/DraperDesignOnline/wordpress/wp-load.php' );
wp();
require_once( ABSPATH . WPINC . '/template-loader.php' );
}
Any helpful advice would be greatly appreciated. Many thanks! P.S., not sure I've selected the correct version. Set up the site in November with whatever version was current.