Instant wordpress error message

Hello,

I downloaded a site from Hostgator and when I attempted to accesss the site via Instant WP got the following error messages:

Warning: include(C:\Users\chas\Downloads\instant WP\InstantWP_4.1\iwpserver\htdocs\instantwp…\wor dpress\wp-includes\version.php) [function.include]: failed to open stream: No such file or directory in C:\Users\chas\Downloads\instant WP\InstantWP_4.1\iwpserver\htdocs\instantwp\index. php on line 5

Warning: include() [function.include]: Failed opening ‘C:\Users\chas\Downloads\instant WP\InstantWP_4.1\iwpserver\htdocs\instantwp…\wor dpress\wp-includes\version.php’ for inclusion (include_path=’.;C:\Users\chas\Downloads\instant WP\InstantWP_4.1\iwpserver\server\php\PEAR’) in C:\Users\chas\Downloads\instant WP\InstantWP_4.1\iwpserver\htdocs\instantwp\index. php on line 5

I located the line referenced and here it is:

include $current_folder.
‘\…\wordpress\wp-includes\version.php’;

The entire paragraph is as follows:

// load the instantwp functions
include ‘functions.php’;
include $current_folder.
‘\…\wordpress\wp-includes\version.php’;
$config = load_config($base_dir);
$install_name = $config[‘install_name’];
$install_dir = $config[‘install_dir’];
$version = $config[‘version’];
$debugger = $config[‘debugger’];
?>

Does anyone see the problem?

Will appreciate any help.

Chas

In the error I see a space between index. php - It probably should be index.php (no space)

The error states it can’t find the index.php file

Sponsor our Newsletter | Privacy Policy | Terms of Service