Need help installing Dolphins

After numerous attempt installing Dolphins on wampserver 2, I finally got to the instal section but I keep getting this error. Can anyone help?

 

", $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 = <<

 

Please, remove INSTALL directory from your server and reload this page to activate your community site.
NOTE: Once you remove this page you can safely install modules via Admin Panel.

EOJ; echo $ret; exit(); } // set error reporting level if (version_compare(phpversion(), "5.3.0", ">=") == 1) error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); else error_reporting(E_ALL & ~E_NOTICE); set_magic_quotes_runtime(0); ini_set('magic_quotes_sybase', 0); // set default encoding for multibyte functions mb_internal_encoding('UTF-8'); mb_regex_encoding('UTF-8'); require_once(BX_DIRECTORY_PATH_INC . "security.inc.php"); require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/header.inc.php"); require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/content.inc.php"); require_once(BX_DIRECTORY_PATH_CLASSES . "BxDolService.php"); require_once(BX_DIRECTORY_PATH_CLASSES . 'BxDolAlerts.php'); $oZ = new BxDolAlerts('system', 'begin', 0); $oZ->alert(); ?>
Notice: Use of undefined constant BX_DIRECTORY_PATH_INC - assumed 'BX_DIRECTORY_PATH_INC' in C:\wamp\www\index.php on line 41

Warning: require_once(BX_DIRECTORY_PATH_INCdesign.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\index.php on line 41

Fatal error: require_once() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_INCdesign.inc.php' (include_path='.;C:\php5\pear') in C:\wamp\www\index.php on line 41

 

 
 
Quote · 23 Jan 2010

I'm having this same issue.  I am a total new user though, just downloaded dolphin today and tried to install.  I get the exact same problem.

Quote · 24 Jan 2010

Try following this tutorial: http://www.dialme.com/m/articles/view/How-To-Install-Dolphin-On-WAMP - it was written for Dolphin 6.1, but many of the principles are the same.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 24 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.