I had Xampp installed for a while (which worked perfectly) but decided to make a fresh install with the latest version.. Everything's ok until I install Dolphin.. Then I decided to test also with Wamp, same problem.. This is the error after I finish the setup (on the main page). What is causing this?
BTW All php flags are set correctly..
---------------------------------------------------------------------------------------------------
register_globals is On (warning, you should have this param in Off
state, or your site will unsafe)';
$aErrors[] = (ini_get('safe_mode') == 0) ? '' : 'safe_mode
is On, disable it';
//$aErrors[] = (ini_get('allow_url_fopen') == 0) ? 'Off (warning,
better keep this parameter in On to able register Dolphin' : '';
$aErrors[] = (version_compare(PHP_VERSION, '5.2.0', '<')) ? 'PHP version too old, please update to PHP 5.2.0 at least'
: '';
$aErrors[] = (! extension_loaded( 'mbstring')) ? 'mbstring
extension not installed. Warning! Dolphin cannot work without mbstring extension.' : '';
if (version_compare(phpversion(), "5.2", ">") == 1) {
$aErrors[] = (ini_get('allow_url_include') == 0) ? '' : 'allow_url_include is On (warning, you should have this param
in Off state, or your site will unsafe)';
};
$aErrors = array_diff($aErrors, array('')); //delete empty
if (count($aErrors)) {
$sErrors = implode("
", $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 C:\wamp\www\d7\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 C:\wamp\www\d7\install\index.php on line 454