Can anyone help with this error, it goes through the installation process and the dies with the error at below ..
1: Fresh install of V7 on WAMP, enabled everything on the technical specifications.
2: Install folder has been removed.
", $aErrors); echo <<
Please go to the
Dolphin
Troubleshooter
and solve the problem. EOF; exit; } } //check correct
hostname $aUrl = parse_url( $site['url'] ); if( isset($_SERVER['HTTP_HOST']) and
0 != strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host']) and 0 !=
strcasecmp($_SERVER['HTTP_HOST'], $aUrl['host'] . ':80') ) { header(
"Location:http://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" ); exit; } // check
if install folder exists if ( !defined ('BX_SKIP_INSTALL_CHECK') &&
file_exists( $dir['root'] . 'install' ) ) { $ret = <<


Warning: require_once(BX_DIRECTORY_PATH_INCdb.inc.php) [function.require-once]: failed to open stream: No such file or directory in E:\wamp\www\install\index.php on line 454
Fatal error: require_once() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_INCdb.inc.php' (include_path='.;C:\php5\pear') in E:\wamp\www\install\index.php on line 454